wwApi::UnzipFolder (deprecated)

This function has been deprecated: Please use the wwZipArchive class instead

Unzips a Zip file into a folder structure maintaining the zip files directory structure.

If the folder doesn't exists it is created assuming the folder name is valid. The folder is not overwritten first so existing files that are not in the archive are preserved. If you wish a 'clean' unzip operation, delete the folder and any contents prior to unpacking.

o.UnzipFolder(lcZip, lcFolder)

Return Value

.T. or .F.

Parameters

lcZip
Zip file to unzip.

lcFolder
The folder to create or unzip into. If the folder exists files are written into this folder and files are overwritten.

Remarks

This is a standalone function not part of the wwAPI class


See also:

Class wwApi

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