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