2

I'm want to save an file with text in my phonegap app. I'm using the exaple code from phonegap - FileWriter_full_example. Where is the file readme.txt located after writing? When I'm seraching after 'renamed.txt' at the windows explorer i get an not found error.

David
  • 4,027
  • 10
  • 50
  • 102

1 Answers1

2

The File gets stored in sdcard.

Go to File Explorer--->mnt---->sdcard

And you will get the file there...

coderslay
  • 13,960
  • 31
  • 73
  • 121