Module grin_util::zip

source ·
Expand description

Compress and decompress zip bz2 archives

Functions§

  • Create a zip archive from source dir and list of relative file paths. Permissions are set to 644 by default.
  • Extract a set of files from the provided zip archive.