Namespace ax.ext.zip
| Constructor Attributes | Constructor Name and Description |
|---|---|
|
Zip Extension API
|
Method Summary
Namespace Detail
ax.ext.zip
Zip Extension API
Method Detail
-
<static> ax.ext.zip.unzip(callback, errback, path, targetDir)unzip the zip file.
var scb = function() { console.log('file unzipped'); }; var ecb = function(e) { console.log(e.message); }; ax.ext.zip.unzip(scb, ecb, 'downloads/abcd.zip', 'documents/');- Parameters:
- {function} callback
- {function} errback
- {string} path
- {string} targetDir
- Returns:
- AxRequest
