The ZipUtil is handy for creating, editing and extracting zip files.
zip = app.CreateZipUtil(
mode )
→ app object: ZipUtil
You can even add files or texts to existing zip files, list their contents and extract single files from them.
Methods
The following methods are available on the ZipUtil object:
Batch(
properties )
Close()
GetType() → String: “ZipUtil”