cordova-promise-fs
cordova-promise-fs copied to clipboard
How to retrieve a downloaded filename when it finished.
Hi, I am newer to JS program. When use this library, how can I get the downloaded filename, when I try to download a queue url, like:
for each( queue[] ) promiseFS.download(url, savePath, { retry: retry }, progress ).then(onDone, onFail);
Thanks advance!