Exemple #1
0
 public void DeleteFile(string path)
 {
     _fileSystem.DeleteFile(path);
 }