Path of file after the renaming takes place.

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

Syntax

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

See Also