DarException if extraction fails (permission denied, disk full, path issues, or corrupted data).Archive.extract
void extract(string destDir) @safeExtracts the archive contents to the specified directory.
All files and directories from the archive are restored to destDir, preserving the original directory structure.
Parameters
destDir | destination directory for extraction Example: *
Throws |