Module grin_util::zip

source ·
Expand description

Compress and decompress zip bz2 archives

Functions

Compress a source directory recursively into a zip file using the bzip2 format. Permissions are set to 644 by default to avoid any unwanted execution bits.
Decompress a source file into the provided destination path.