unpack

Unpacks an archive to the specified directory. Uses std.zip for .zip files, and invokes 7-Zip for other file types (installing it locally if necessary).

void
unpack
(
string archive
,
string target
)

Meta