Creates a local directory.
Directory is relative to current local directory.
Namespace: Jscape.SftpAssembly: Jscape.Ssh (in Jscape.Ssh.dll) Version: 2.7.2.0
Syntax
C# |
---|
public DirectoryInfo MakeLocalDir( string pathname ) |
Visual Basic |
---|
Public Function MakeLocalDir ( _ pathname As String _ ) As DirectoryInfo |
Visual C++ |
---|
public: DirectoryInfo^ MakeLocalDir( String^ pathname ) |
Parameters
- pathname
- Type: System..::..String
the directory pathname
Return Value
Exceptions
Exception | Condition |
---|---|
Jscape.Sftp..::..SftpException | if an error occurs |