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