Is there a way to use Cordova to read the contents of a directory? I'm currently working on a remote file browser that will download files to a specific directory.
I want to be able to read the 'Downloads' folder.
Is it possible?
I've found ways of reading+writing files, and writing a directory - but no way of reading the contents of a directory.