Internet Direct (Indy) Version 9.0.1 Beta
TIdFTP.RemoveDir
Remove a directory on the FTP server.

procedure RemoveDir(const ADirName: string);
Parameters
const ADirName: string
Directory to be removed.

Description
RemoveDir is a procedure used to request that the directory in ADirName be removed from the FTP server. Some FTP servers do not allow users to remove directory entries.