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