ae.sys.archive

ae.sys.archive

Members

Functions

unpack
void unpack(string archive, string target)

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).

unzip
void unzip(string zip, string target)

Unzips a .zip file to the target directory.

Meta

License

This Source Code Form is subject to the terms of the Mozilla Public License, v. 2.0. If a copy of the MPL was not distributed with this file, You can obtain one at http://mozilla.org/MPL/2.0/.

Authors

Vladimir Panteleev <vladimir@thecybershadow.net>