Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Merged
merged 1 commit into from Mar 19, 2015

Conversation

zoutepopcorn
Copy link
Contributor

Example:

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

Example: 

var a = new DirManager(); // Initialize a Folder manager
            a.get_home_path(function(p) {
               console.log(p);
} );
torrmal added a commit that referenced this pull request Mar 19, 2015
Get home_path like file:///storage/emulated/0/
@torrmal torrmal merged commit 839edab into torrmal:master Mar 19, 2015
@torrmal
Copy link
Owner

torrmal commented Mar 19, 2015

thanks,merged, sorry about the delay

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants