Esempio n. 1
0
 /// <inheritdoc/>
 public bool DirectoryEntryExists(string path)
 {
     return(WindowsFileSystem.Singleton().DirectoryEntryExists(path));
 }
Esempio n. 2
0
 /// <inheritdoc/>
 public bool FileExists(string path)
 {
     return(WindowsFileSystem.Singleton().FileExists(path));
 }