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