edtFTPnet/Free - Open-source FTP component for .NET | Download
Path of file before the renaming takes place.

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

Syntax

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

See Also