util::zip (public)

 util::zip -source source -destination destination

Defined in packages/acs-tcl/tcl/utilities-procs.tcl

Create a zip file.

Switches:
-source (required)
is the content to be zipped. If it is a directory, archive will contain all files into directory without the trailing directory itself.
-destination (required)
is the name of the created file

Testcases:
zip_and_unzip
[ show source ]
Show another procedure: