Using JavaScript (not native code), is it possible to read folders and files from the www folder, where, for example, phonegap.js is?
I was able to read the contents of the file using AJAX calls, but I would like to know if there is another way. In addition, you cannot read such folders.
From what I saw, the File and FileEntry that PG provides only work with permanent or temporary disk locations. It seems I can not indicate any location that I want.
So, is there a way to do this using JS?
file filesystems cordova
Francisc
source share