DeleteFTPDirectory()

Syntax

Result = DeleteFTPDirectory(#Ftp, Directory$)
Description
Delete a directory on the #Ftp server. The directory has to be empty, or the delete with fail. If 'Result' is 0, the directory has not be deleted. The deleted directory has to be in the current directory (see GetFTPDirectory() and SetFTPDirectory()). This is not possible to specify a subpath in the Directory$.

Supported OS

All

<- CreateFTPDirectory() - Ftp Index - DeleteFTPFile() ->