OperationStats with counters for the extraction operation.Archive.extractWithStats
OperationStats extractWithStats(string destDir) @safeExtracts the archive contents to the specified directory, returning detailed OperationStats about the extraction operation.
Parameters
destDir | destination directory for extraction |
Returns
Throws
DarException on any error reported by libdar.OperationStats extractWithStats(string destDir, ExtractOptions eo) @safeExtracts the archive using custom ExtractOptions, returning detailed OperationStats about the extraction operation.
Parameters
destDir | destination directory for extraction |
eo | extraction options created via ExtractOptions.create() |
Returns
OperationStats with counters for the extraction operation.Throws
DarException on any error reported by libdar.