Creates a local directory. Directory is relative to current local directory.

Namespace: Jscape.Sftp
Assembly: 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

ExceptionCondition
Jscape.Sftp..::..SftpExceptionif an error occurs

See Also