We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d16cef5 commit 29e1b6aCopy full SHA for 29e1b6a
1 file changed
extLauncher/Infra.fs
@@ -27,7 +27,8 @@ module IO =
27
EnumerationOptions(
28
RecurseSubdirectories = true,
29
IgnoreInaccessible = true,
30
- MatchType = MatchType.Simple
+ MatchType = MatchType.Simple,
31
+ AttributesToSkip = FileAttributes.Hidden
32
)
33
34
| RegexPattern pattern ->
@@ -39,7 +40,8 @@ module IO =
39
40
41
42
43
44
45
46
47
|> Seq.filter (Path.GetFileName >> regex.IsMatch)
0 commit comments