Appspresso
Contact us   |
  • English
  • ABOUT
    • Overview
    • License
    • Roadmap
  • SHOWCASE
    • Featured Apps
    • Appspresso Features
    • Show off your app
  • DOWNLOAD
    • Download Appspresso
    • 3rd party libraries & frameworks
  • DEVELOPER CENTER
    • Getting Started
    • Tutorials
    • API Reference
    • API Samples
    • Appspresso Plug-in Development Kit
    • Google Groups

Namespace ax.ext.zip

Namespace Summary
Constructor Attributes Constructor Name and Description
 
ax.ext.zip
Zip Extension API

Method Summary

Method Attributes Method Name and Description
<static>  
ax.ext.zip.unzip(callback, errback, path, targetDir)
unzip the zip file.

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

    API Reference

    • Deviceapis
    • Devicestatus
    • Device Interaction
    • Contact
    • Accelerometer
    • Orientation
    • Geolocation
    • Camera
    • Messaging
    • Filesystem
    • Appspresso
      • ax
      • AxDef
      • AxPlugin
      • AxRequest
      • ax.bridge
      • ax.console
      • ax.util
    • Appspresso Extension
      • ax.ext.admob
      • ax.ext.android
      • ax.ext.contact
      • ax.ext.ios
      • ax.ext.ga
      • ax.ext.media
      • ax.ext.net
      • ax.ext.ui
      • ax.ext.zip
RSS
Twitter
© 2011 Appspresso.com . powered by Wordpress