FinalPathOptions Enumeration |
A combination of flags specifying the type of result to return.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax [FlagsAttribute]
public enum FinalPathOptions
Members
| Member name | Value | Description |
---|
| VOLUME_NAME_DOS | 0 |
Return the path with the drive letter.
|
| VOLUME_NAME_GUID | 1 |
Return the path with a volume GUID path instead of the drive name.
|
| VOLUME_NAME_NT | 2 |
Return the path with the volume device path.
|
| VOLUME_NAME_NONE | 4 |
Return the path with no drive information.
|
| FILE_NAME_NORMALIZED | 0 |
Return the normalized drive name.
|
| FILE_NAME_OPENED | 8 |
Return the opened file name (not normalized).
|
See Also