edtFTPnet/PRO - Secure FTP component for .NET | Free Trial | Pricing
Gets the path of the local file.

Namespace: EnterpriseDT.Net.Ftp
Assembly: edtFTPnetPRO (in edtFTPnetPRO.dll) Version: 9.4.0.40

Syntax

C#
public string LocalFilePath { get; set; }
Visual Basic
Public Property LocalFilePath As String
	Get
	Set
Visual C++
public:
property String^ LocalFilePath {
	String^ get ();
	void set (String^ value);
}

See Also