PathResolveFlags Enumeration
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 PathResolveFlags
<FlagsAttribute>
Public Enumeration PathResolveFlags
Dim instance As PathResolveFlags
[FlagsAttribute]
public enum class PathResolveFlags
[<FlagsAttribute>]
type PathResolveFlags
No code example is currently available or this language may not be supported.
VerifyExists |
1 |
Return if the file's existence is verified; otherwise .
|
TryProgramExtensions |
3 |
Look for the specified path with the following extensions appended:
.pif, .com, .bat, .cmd, .lnk, and .exe.
|
FirstDirDefault |
4 |
Look first in the directory or directories specified by dirs.
|
DontFindLink |
8 |
Ignore .lnk files.
|
RequireAbsolute |
16 |
Require an absolute (full) path.
|