Path of working directory after change.

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

Syntax

C#
[ObsoleteAttribute("Use OldDirectoryName or OldDirectoryPath")]
public string OldDirectory { get; }
Visual Basic
<ObsoleteAttribute("Use OldDirectoryName or OldDirectoryPath")> _
Public ReadOnly Property OldDirectory As String
	Get
Visual C++
[ObsoleteAttribute(L"Use OldDirectoryName or OldDirectoryPath")]
public:
property String^ OldDirectory {
	String^ get ();
}

See Also