Example #1
0
 public static void DeleteFile(this ICakeContext context, FilePath filePath)
 {
     FileDeleter.DeleteFile(context, filePath);
 }