Ftp.deleteDirectory

Remove an existing directory.

The directory to remove must be relative to the current working directory. Use this function with caution, the directory will be removed permanently!

class Ftp
deleteDirectory
(
string name
)

Parameters

name string

Name of the directory to remove.

Return Value

Type: Response

Server response to the request.

Meta