PathResolveFlags Enumeration

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 PathResolveFlags

Remarks

Members

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.

See Also