Content:
- Properties
- 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 

Properties

The following properties are available on the ZipUtil object:

dataObject: { key, value }

Methods

The following methods are available on the ZipUtil object:

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