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
(
const(char)[] name
)

Parameters

name
Type: const(char)[]

Name of the directory to remove

Return Value

Type: Response

Server response to the request.

Meta