Uses standard ZIP to bundle whatever source files are specified.
This uses the standard ZIP specification to bundle an arbitrary set of files and directories into a single package. Zip is a long time industry standard and is universally available.
menu: veeos ==> system ==> zip
library: sysLib
o_zip("C:\temp\veebackups.zip" , "C:\temp\*.bak" ) grabs all of the file in C:\temp that have a bak extension and bundles them into the file veebackups.zip.
This function uses the present working directory as a reference so absolute paths are generally needed.
VEE 7.0+, Windows XP+