Beispiel #1
0
 public override bool DirectoryExists(string path)
 {
     return(_pathProvider.DirectoryExists(path));
 }