Module archive

Module archive 

Source
Expand description

Archive utilities for plugin packaging.

This module provides functions for compressing and extracting plugin bundles using ZIP archives. It requires the archive feature to be enabled.

Functionsยง

unzip
Extracts a ZIP archive to a directory.
zip
Compresses a directory into a ZIP archive.