/ Published in: JavaScript
URL: http://lancespellman.com/2012/01/17/titanium-appcelerator-and-zipfile-module/
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
Expand |
Embed | Plain Text
zipfile.extract( Ti.Filesystem.applicationDataDirectory+'/Archive.zip', Ti.Filesystem.applicationDataDirectory);
You need to login to post a comment.
