Overview
Removes a directory from remote environmentboolean myFiles.RemoveDir(options: FileTransferOptions)
Arguments
FileTransferOptions options
Instance of FileTransferOptions
Returns
True if directory removed, otherwise false.Types
FileTransferOptions
Options for file transfer operations.{ Password : string Port : number Protocol : string RemoteHost : string RemotePath : string UserName : string }