示例#1
0
 /// <inheritdoc/>
 public bool DirectoryExists(string path)
 {
     return(NativeMethodsShared.DirectoryExistsWindows(path));
 }