示例#1
0
 public void DeleteDirectory(FileSystemPath dirPath)
 {
     dirPath.DeleteDirectory();
     Logger.Debug("The directory {0} was deleted", dirPath);
 }