edtFTPnet/Free - Open-source FTP component for .NET | Download
Path of working directory after change.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnet (in edtFTPnet.dll) Version: 2.2.3.0

Syntax

C#
public string OldDirectoryPath { get; }
Visual Basic
Public ReadOnly Property OldDirectoryPath As String
	Get
Visual C++
public:
property String^ OldDirectoryPath {
	String^ get ();
}

See Also