Cordova-Examples icon indicating copy to clipboard operation
Cordova-Examples copied to clipboard

What standard file transfer folder?

Open henriqueweiand opened this issue 9 years ago • 1 comments
trafficstars

Hello,

Using the example: https://github.com/cfjedimaster/Cordova-Examples/tree/master/checkanddownload

Running ok, to the point "ready app." However I find the downloaded file "mydatafile.txt"

Where do I find? Or will be not downloaded?

henriqueweiand avatar Apr 26 '16 03:04 henriqueweiand

See this: store = cordova.file.dataDirectory;

I'm using the dataDirectory alias which is a bit different per platform. See the File plugin for details on what it means for each platform.

cfjedimaster avatar Apr 26 '16 13:04 cfjedimaster