public bool DirectoryExists(string path)
 {
     return(NativeMethodsShared.DirectoryExists(path));
 }