Internet Direct (Indy) Version 9.0.2 Beta
Content
|
Index
|
Reference
TIdFTP.RemoveDir
TIdFTP
,
Example 1
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.