zip Command

Zips files into a zip archive.

Usage

 zip [parameters]

Parameters:

Examples

 export-svg
 zip zip-file=test/myfiles.zip 

Exports the map to the SVG file and then zips all the resulting files (which can include the SVG file and attached images) into a test/myfiles.zip file.

 zip zip-file=myfiles.zip files=file1.txt;file2.txt;other/image.bmp compression=8

Zips three files into a myfiles.zip archive using compression level 8.

See also: