FileSystemEntryInfoLongFullPath 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 public string LongFullPath { get; }
Public ReadOnly Property LongFullPath As String
Get
public:
property String^ LongFullPath {
String^ get ();
}
member LongFullPath : string with get
Property Value
Type:
StringSee Also