unpack

Unpacks an archive to the specified directory. Uses std.zip for .zip files, and invokes tar (if available) or 7-Zip (installing it locally if necessary) for other file types. Always unpacks compressed tar archives in one go.

void
unpack
(
string archive
,
string target
)

Meta