/ Published in: JavaScript
URL: http://lancespellman.com/2012/01/17/titanium-appcelerator-and-zipfile-module/
How to get extract method for zipfile module to work with Ti 1.8 sdk.
Expand |
Embed | Plain Text
var appDir = Ti.Network.decodeURIComponent( Ti.Filesystem.applicationDataDirectory).replace( 'file://localhost', ''); zipfile.extract(appDir+'Archive.zip', appDir);
You need to login to post a comment.
