Back

CreateZipUtil

Returns a ZipUtil object.

app.CreateZipUtil( mode ) -> app object - ZipUtil

The following methods are avaiable on the ZipUtil object:

  AddFile( name, file )
  AddText( name, text )
  Close()
  Create( file )
  Destroy()
  Extract( name, file )
  GetType() -> string - "ZipUtil"
  List( path )
  Open( file )
  Release()
  id -> string - "#id"

unknown
string
string - path to file or folder ( "/absolute/..." or "relative/..." )
AddFile
?
Close zip util
Create new zip file
destroys object
Extract zip file
List zip directory
? read file inside zip?
?
object id