Beispiel #1
0
 private bool TryDeleteFile(string filePath)
 {
     return(FileOps.TryDelete(filePath));
 }