Path of working directory after change.

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

Syntax

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

See Also