standard.net.ftp.FtpRmdir

FtpRmdir is available since version 1.0.

Prototype:

boolean FtpRmdir(string path, number connection_handle)

Parameters

path
the ftp file path
connection_handle
the connection handle as returned by FtpConnect.

Description:

Remove directory at remote.

Return value:

Returns true if succeeded, false if failed.