Click or drag to resize

FinalPathOptions Enumeration

A combination of flags specifying the type of result to return.

Namespace:  callback.ShellBoost.Core.Utilities
Assembly:  callback.CBFSShell (in callback.CBFSShell.dll) Version: 22.0.0.0
Syntax
C#
[FlagsAttribute]
public enum FinalPathOptions
Members
  Member nameValueDescription
VOLUME_NAME_DOS0 Return the path with the drive letter.
VOLUME_NAME_GUID1 Return the path with a volume GUID path instead of the drive name.
VOLUME_NAME_NT2 Return the path with the volume device path.
VOLUME_NAME_NONE4 Return the path with no drive information.
FILE_NAME_NORMALIZED0 Return the normalized drive name.
FILE_NAME_OPENED8 Return the opened file name (not normalized).
See Also