Titanium Appcelerator zipfile module: extract method


/ Published in: JavaScript
Save to your folder(s)

<p>This is how the extract method is documented for use. In the next example, we show how it actually should be used for Ti 1.8</p>


Copy this code and paste it in your HTML
  1. zipfile.extract(
  2. Ti.Filesystem.applicationDataDirectory+'/Archive.zip',
  3. Ti.Filesystem.applicationDataDirectory);

URL: http://lancespellman.com/2012/01/17/titanium-appcelerator-and-zipfile-module/

Report this snippet


Comments

RSS Icon Subscribe to comments

You need to login to post a comment.