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
Previous revision
Next revision Both sides next revision
built_in:zip [2014/12/11 14:23]
octazid created
built_in:zip [2014/12/18 21:38]
bcarroll [Methods]
Line 1: Line 1:
-====== Zip control ======+====== ZipUtil control ======
 ===== Create ===== ===== Create =====
-Create a Zip control using the CreateZipUtil function of the app object:+Create a ZipUtil 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();
Line 16: Line 16:
 ===== Methods ===== ===== Methods =====
 ^Method ^Description ^ ^Method ^Description ^
-|Zip.AddFilename,file ) | | +|ZipUtil.Open( file ) | | 
-|Zip.AddText( name,text ) | | +|ZipUtil.Create( file ) | | 
-|Zip.Close() | | +|ZipUtil.Close() | | 
-|Zip.Create( file ) | | +|ZipUtil.Listpath ) | | 
-|Zip.CreateDebugKeyfile ) | | +|ZipUtil.Extract( name,file ) | | 
-|Zip.CreateKeyfile,pass,name,org ) | | +|ZipUtil.AddFilename,file ) | | 
-|Zip.Destroy() | | +|ZipUtil.AddTextname,text ) | | 
-|Zip.Extract( name,file ) | | +|ZipUtil.CreateKeyfile,pass,name,org ) | | 
-|Zip.GetAbsHeight() | | +|ZipUtil.CreateDebugKeyfile ) | | 
-|Zip.GetAbsWidth() | | +|ZipUtil.Sign( fileIn,fileOut,keyStore,pass ) | | 
-|Zip.GetHeight() | | +|ZipUtil.UpdateManifest( fileIn, fileOut, packageName, appName, permissions, options ) | |
-|Zip.GetPosition() | | +
-|Zip.GetType() | | +
-|Zip.GetVisibility() | | +
-|Zip.GetWidth() | | +
-|Zip.List( path ) | | +
-|Zip.Open( file ) | | +
-|Zip.Release() | | +
-|Zip.SetBackColor( colorcode ) | | +
-|Zip.SetBackGradient( p1,p2,p3,p4,p5,p6,p7 ) | | +
-|Zip.SetBackGradientRadialp1,p2,p3,p4,p5,p6,p7 ) | | +
-|Zip.SetBackgroundp1,p2 ) | | +
-|Zip.SetMargins( left,top,right,bottom ) | | +
-|Zip.SetPadding( p1,p2,p3,p4 ) | | +
-|Zip.SetPosition( p1,p2,p3,p4 ) | | +
-|Zip.SetScale( x,y ) | | +
-|Zip.SetSize( p1,p2 ) | | +
-|Zip.SetVisibility( p1 ) | | +
-|Zip.Sign( fileIn,fileOut,keyStore,pass ) | | +
-|Zip.UpdateManifest( fileIn, fileOut, packageName, appName, permissions, options ) | |+
built_in/zip.txt · Last modified: 2016/01/22 17:38 (external edit)