Hi I have to read some files from an mobile app (html5, Phonegap).
How to point my app to the root directory of my device. With root I mean the dir that I see when I open “my files” app?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
I think what you’re looking for is
window.requestFileSystem:And:
This Gist should be helpful for you: https://gist.github.com/2894564