Gets the absolute path of the current working directory on the remote server.

Namespace:  Rebex.Net
Assembly:  Rebex.Sftp (in Rebex.Sftp.dll)

Syntax

Visual Basic
Public Function GetCurrentDirectory As String
C#
public string GetCurrentDirectory()

Return Value

A string containing the absolute path of the current working remote directory.

Implements

IFtp..::..GetCurrentDirectory()()()()

Version Information

.NET Compact Framework

Supported in: 3.9, 3.5

See Also