コード例 #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));
 }