/ Published in: JavaScript
<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>
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
zipfile.extract( Ti.Filesystem.applicationDataDirectory+'/Archive.zip', Ti.Filesystem.applicationDataDirectory);
URL: http://lancespellman.com/2012/01/17/titanium-appcelerator-and-zipfile-module/