Creates a directory on the server.
Namespace:
Rebex.Net
Assembly:
Rebex.FileTransfer (in Rebex.FileTransfer.dll)
Syntax
Visual Basic |
---|
Public Function CreateDirectory ( _ remotePath As String _ ) As String |
C# |
---|
public string CreateDirectory( string remotePath ) |
Parameters
- remotePath
- Type: System..::..String
Pathname of the new remote directory.