Back

CreateZipUtil

Returns a ZipUtil object.

  zip = app.CreateZipUtil( mode ) → app object - ZipUtil

The following methods are available on the ZipUtil object:

  AddFile( name, file )
  AddText( name, text )
  Close()
  Create( file )
  Extract( name, file )
  GetType() → string: "ZipUtil"
  List( path )
  Method( name, types, p1, p2, p3, p4 )
  Open( file )

unknown
string
string: path to file or folder ( "/absolute/..." or "relative/..." )
AddFile
?
Close zip util
Create new zip file
Extract zip file
Returns the control class name.
List zip directory
string: comma separated: "boolean", "char", "byte", "short", "int", "long", "float", "double"
Allows access to other functions defined on the object in Java via reflection.
? read file inside zip?