wwipstuff::zipfiles

Simple file Zipping interface to the DynaZip Zip DLL (not provided). This method call talks directly to the DLL bypassing the ActiveX Control.

o.zipfiles(lcZipFile, lcFileList, lnCompression)

Return Value

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).

Overloads:

o.zipfiles(lcZipFile, lcFileList, lnCompression, llRecurseDirectories)

See also:

Class wwipstuff


  Last Updated: 12/24/2001 | © West Wind Technologies, 2008