The full name of the directory or file.

Namespace:  KetLabs.FTP
Assembly:  Ftp (in Ftp.dll) Version: 1.0.0.19105 (1.0.0.*)

Syntax

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

Return Value

The full name of the directory or file.

See Also