Example #1
0
 public static void ClearFile(string filePath)
 {
     File.Delete(filePath);
     DirFileHelper.CreateFile(filePath);
 }