wwipstuff::unzipfiles

Unzips a Zip file into a directory on disk. Requires Dynazip Unzip Dll (dunzip32.dll - not provided).

This method call talks directly to the DLL bypassing the ActiveX Control.

o.unzipfiles(lcZipFile, lcDestination, lcFileSpec, llDontRecurse)

Return Value

0 on success - DynaZip error code for failure.

Parameters

lcZipFile
Zip File to unzip from

lcDestination
Path where files are to be unzipped.

lcFileSpec
File spec of files to be unzipped. Can include file paths.

llDontRecurse
By default directory recursion extracts lower level directories for any matched files. If .T. no recursion occurs and child directories are not retrieved.

See also:

Class wwipstuff


  Last Updated: 4/23/2007 | © West Wind Technologies, 2008