torrmal / cordova-simplefilemanagement

This makes file/directory creation-deletion, red/write. download very simple.
24 stars 29 forks source link

Get home_path like file:///storage/emulated/0/ #6

Closed zoutepopcorn closed 9 years ago

zoutepopcorn commented 9 years ago

Example:

var a = new DirManager(); // Initialize a Folder manager a.get_home_path(function(p) { console.log(p); } );

torrmal commented 9 years ago

thanks,merged, sorry about the delay