Пример #1
0
 /// <inheritdoc/>
 public bool FileExists(string path)
 {
     return(NativeMethodsShared.FileExistsWindows(path));
 }