Click or drag to resize
FinalPathFormats Enumeration
Determines the format to convert a path to using GetFinalPathNameByHandle(SafeFileHandle)

Namespace: Alphaleonis.Win32.Filesystem
Assembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax
[FlagsAttribute]
public enum FinalPathFormats
Members
  Member nameValueDescription
None0(FileNameNormalized / VolumeNameDos) Return the normalized drive name. This is the default.
VolumeNameGuid1Return the path with a volume GUID path instead of the drive name.
VolumeNameNT2Return the path with the volume device path.
VolumeNameNone4Return the path with no drive information.
FileNameOpened8Return the opened file name (not normalized).
See Also