Beispiel #1
0
 public bool  HereBeSharps() => FS.Match("*.cs", Path.assets);
Beispiel #2
0
        // --------------------------------------------------------------

        public static bool HasGit() => FS.FindInParent(Path.howlRoot, ".git") != null ||
        FS.Match(".git", Path.assets, files: false, dirs: true);
Beispiel #3
0
 public bool  HereBeHowls() => FS.Match("*.howl", Path.assets);