cfjedimaster / Cordova-Examples

A collection of Cordova/Ionic/etc demos.
980 stars 1.07k forks source link

What standard file transfer folder? #21

Open henriqueweiand opened 8 years ago

henriqueweiand commented 8 years ago

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?

cfjedimaster commented 8 years ago

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.