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