procedure RemoveDir(const Path: string);
Description
Call the RemoveDir method to remove a specified directory from the file system on the FTP server.
Path is used as an argument when sending the FTP 'RMD' command.
The response code received during execution of this command request is contained in the ReplyCode property.
See Also