wwApi::ZipFolder (deprecated)

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

Zips an entire folder into a zip archive with optional wild card selection.

ZipFolder(lcZipFile, lcFolder, llFast, lcFileSpec)

Return Value

.T. or .F.

Parameters

lcZipFile
Name of the Zip file to create.

lcFolder
The folder that is compressed into zip file. Can contain recursive folders.

llFast
If true uses fast instead of optimal compression.

lcFileSpec
Allows you to specify one or more filespecs to filter files. Multiple file lists should be separated by , or ;. Examples:

  • *.md
  • .md,.py,.jpg,.pdf

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