コード例 #1
0
 public static bool FileExists(string fileName, string folder, bool WithoutExtension = true)
 {
     return(_storage.FileExists(fileName, folder, WithoutExtension));
 }