User Tools

Site Tools


built_in:zip

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision Both sides next revision
built_in:zip [2014/12/11 14:23]
octazid created
built_in:zip [2014/12/17 17:07]
octazid [Create]
Line 3: Line 3:
 Create a Zip control using the CreateZipUtil function of the app object: Create a Zip control using the CreateZipUtil function of the app object:
 <code>var zip = app.CreateZipUtil();</code> <code>var zip = app.CreateZipUtil();</code>
-Or you can use it in a function like this:+Also you can use it in a function like this:
 <code>function unzip(zipfile, extractpath) { <code>function unzip(zipfile, extractpath) {
     var zip = app.CreateZipUtil();     var zip = app.CreateZipUtil();
built_in/zip.txt ยท Last modified: 2016/01/22 17:38 (external edit)