Enum GlobFlags
Represents flags that can be used to modify path matching behavior
[Flags]
public enum GlobFlags : uint
Fields
CaseInsensitive = 1Case-insensitive matching
None = 0No special matching behavior
Represents flags that can be used to modify path matching behavior
[Flags]
public enum GlobFlags : uint
CaseInsensitive = 1Case-insensitive matching
None = 0No special matching behavior