 | FTPFileInfoName Property |
For files, gets the name of the file. For directories, gets the name of the last
directory in the hierarchy if a hierarchy exists. Otherwise, the Name property
gets the name of the directory.
Namespace:
Koden.Utils.FTPClient
Assembly:
Koden.Utils.FTPClient (in Koden.Utils.FTPClient.dll) Version: 1.1.6453.26060
Syntaxpublic string Name { get; set; }
Public Property Name As String
Get
Set
public:
property String^ Name {
String^ get ();
void set (String^ value);
}
member Name : string with get, set
Property Value
Type:
String
The name.
See Also