IShellLinkGetPathFlags Enumeration
IShellLink.GetPath method flags that specify the type of path information to retrieve.
Namespace: DevCase.Win32.EnumsAssembly: 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
<FlagsAttribute>
Public Enumeration IShellLinkGetPathFlags
Dim instance As IShellLinkGetPathFlags
[FlagsAttribute]
public enum class IShellLinkGetPathFlags
[<FlagsAttribute>]
type IShellLinkGetPathFlags
No code example is currently available or this language may not be supported.
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.
|