Beispiel #1
0
 /// <summary>
 /// Checks whether the specified file exists.
 /// </summary>
 public static bool FileExists(string filename) => Internal.FileExists(filename);
Beispiel #2
0
 /// <summary>
 /// Checks whether the specified file exists.
 /// </summary>
 public static bool FileExists(string filename)
 {
     return(Internal.FileExists(filename));
 }