Content:
- Methods

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.

Example - List Contents click to expand contents 

Example - Compress click to expand contents 

Methods

The following methods are available on the ZipUtil object:

Close()
GetType() → String: “ZipUtil”
List( path ) → String: comma “,” separated
Open( file )
Sign( fileIn, fileOut, keyStore, password ) → Boolean