public void AllFilesTest(string glob, string name, bool exists)
 {
     dir.File(name).Create("Content");
     Assert.Equal(exists, dir.AllFiles(glob).Any());
 }