wwZipArchive::UnzipFolder

Unzips the complete contents of a Zip file into a folder. If the Zip file contains folder structure, the output is created using that structure. If the folder doesn't exist it is created.

o.UnzipFolder(lcZipFile, lcTargetFolder)

Return Value

.T. or .F. - check cErrorMsg for error

Parameters

lcZipFile
The file to unzip.

lcTargetFolder
The folder to unzip it to. All files are unzipped into the target folder, and the folder structure of the Zip file if any is preserved.


See also:

Class wwZipArchive | wwZipArchive::ZipFiles | wwZipArchive::AppendFiles

© West Wind Technologies, 1996-2024 • Updated: 06/05/24
Comment or report problem with topic