Zipper, v2.1.2
Lets you archive files and directories.
Other Versions
2.1.2, 2.1.1, 1.0.7, 1.0.6, 1.0.4, 1.0.3
BrowserPlus.Zipper.zip({params}, function{}())
*** WARNING: THIS SERVICE HAS BEEN DEPRECATED AND HAS BEEN REPLACED BY THE Archiver SERVICE. **** Create a zip file from a list of file handles. Service returns a "archiveFile" filehandle for the resulting archive file.
Test: zip()
Parameters
- files: list
- A list of filehandles to be added to the zip.
- zipFileName: string (Optional)
- Filename for resulting zip file. The .zip suffix will be appended if necessary.
- followLinks: boolean (Optional)
- If true, valid links will be followed, otherwise links are ignored. Default is false.
- progressCallback: callback (Optional)
- An optional progress callback which is passed an object with the following key: (percent, an integer). The callback is guaranteed to called with percent values of 0 and 100 (unless an error occurs).


