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