Uses standard ZIP to unpack zip bundles.
This uses the standard ZIP specification to unpack a zip file into the contained set of files and directories into a single package. Zip is a long time industry standard and is universally available.
menu: veeos ==> system ==> unzip
library: sysLib
unzip("C:\temp\veebackups.zip" , "C:\temp\" ) unpacks all of veebackups.zip into the directory C:\temp.
This function uses the present working directory as a reference so absolute paths are generally needed. Note that as with any unpackaging it is possible for this to inadvertently overwrite existing files. Hence be careful what you specify.
VEE 7.0+, Windows XP+