zip file, zip folder
-
command
-
new in 2.04
-
The zip file or zip folder command will create a zip file archive. The zip file (or zip folder) command will create a compressed archive of the contents of a file or of the entire contents of a folder. You may optionally specify a name and/or location for the created zip file.
-
Additional options are available to encrypt the archive with a password, set the compression level, and to specify the files to be included and whether subfolders should be included when zipping the contents of a folder.
-
Examples: +
zip file "abc.d" — creates file "abc.d.zip" in the same folder
zip folder "results" as "archive.zip"
zip file "myData.txt" into folder "zippers"
-
Related: unzip file