IShellLinkGetPathFlags Enumeration

IShellLink.GetPath method flags that specify the type of path information to retrieve.

Definition

Namespace: DevCase.Win32.Enums
Assembly: DevCase.net48 (in DevCase.net48.dll) Version: 6.0.0.0 (6.0)
XMLNS for XAML: Not mapped to an xmlns.
[FlagsAttribute]
public enum IShellLinkGetPathFlags

Remarks

Members

ShortPath 1 Retrieves the standard short (8.3 format) file name.
UncPriority 2 Retrieves the Universal Naming Convention (UNC) path name of the file.
RawPath 4 Retrieves the raw path name. A raw path is something that might not exist and may include environment variables that need to be expanded.

See Also