DeleteFTPDirectory()
语法
Result = DeleteFTPDirectory(#Ftp, Directory$)概要
Deletes a directory on the FTP server.
参数
#Ftp The connection to use. Directory$ The directory to delete. The directory has to be in the current directory (see GetFTPDirectory() and SetFTPDirectory()). It is not possible to specify a subpath in the Directory$. The directory has to be empty, or the delete with fail.
返回值
Returns nonzero if the directory was deleted or zero if the operation failed.
参阅
CreateFTPDirectory(), SetFTPDirectory(), GetFTPDirectory()
已支持操作系统
所有