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