Syntax
| ZipFiles(ZipFile, SourceDir, InclMask[, ExclMask][, RecurseDirs][, StorePathnames])
| ||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Description
| Compresses files and stores them into a .zip archive file. If the archive file exists, files will be added to the archive. If compressed files already exists in the archive, they will be overwritten.
The function returns True if the compression completed successfully. If an error occured, the function returns False.
Especially when compressing large (quantity of) files, the progress of the compression operation can be monitored by watching the status bar of the TRADIUM main programme.
| ||||||||||||||
See Also
| |||||||||||||||
Example
|
|