コード例 #1
0
 public bool DirectoryExists(string path)
 {
     return(NativeMethodsShared.DirectoryExists(path));
 }