FinalPathFormats Enumeration |
Namespace: Alphaleonis.Win32.FilesystemAssembly: AlphaFS (in AlphaFS.dll) Version: 2.0
Syntax [FlagsAttribute]
public enum FinalPathFormats
<FlagsAttribute>
Public Enumeration FinalPathFormats
[FlagsAttribute]
public enum class FinalPathFormats
[<FlagsAttribute>]
type FinalPathFormats
Members
| Member name | Value | Description |
---|
| None | 0 | (FileNameNormalized / VolumeNameDos) Return the normalized drive name. This is the default. |
| VolumeNameGuid | 1 | Return the path with a volume GUID path instead of the drive name. |
| VolumeNameNT | 2 | Return the path with the volume device path. |
| VolumeNameNone | 4 | Return the path with no drive information. |
| FileNameOpened | 8 | Return the opened file name (not normalized). |
See Also