Programming with FTP OLE Automation
DeleteDirectory method
Syntax Object.DeleteDirectory RemoteDirectory
Deletes a directory on the FTP server. A dialog box prompting to confirm the delete action opens unless the ConfirmDelete property is set to False.
RemoteDirectory Argument type: String
Required
Specifies the directory to remove on the FTP server.
rdall