FileSystemInfoLongFullName Property |
The full path of the file system object in Unicode (LongPath) format.
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax protected string LongFullName { get; set; }
Protected Property LongFullName As String
Get
Set
protected:
property String^ LongFullName {
String^ get ();
void set (String^ value);
}
member LongFullName : string with get, set
Property Value
Type:
StringSee Also