Simple file Zipping interface to the DynaZip Zip DLL (not provided). This method call talks directly to the DLL bypassing the ActiveX Control.
Syntax: |
o.zipfiles(lcZipFile, lcFileList, lnCompression) |
| Return: |
DynaZip error code on failure - 0 on success. |
|
Parameters: |
lcZipFile File to zip to.lcFileList File or file list to zip up. This list can be comma delimited and each file entry can contain wildcards (*,?). lnCompression Compression efficiency 1 light, 9 max. Default 9. llRecurseDirectories Recurses filespecs through lower level directories and adds full path information. Note path information is not relative sinze DynaZip does not support this functionality (as Winzip does).
|