-1

How can I see list of files stored in iOS app document directory using cordova?

A K
  • 149
  • 1
  • 11

1 Answers1

0

If you want to work with the device's file system, you can use

Cordova File Plugin

http://cordova.apache.org/docs/en/2.5.0/cordova_file_file.md.html

Supports All Major Platforms iOS,Android, etc.

rashidnk
  • 4,096
  • 2
  • 22
  • 32
  • That I gone through, but I did not find how to get list of files from document directory. Do you have any sample code that could help me to get list of files from iOS document directory using cordova file plugin? – A K Aug 31 '15 at 08:34
  • pls check this http://stackoverflow.com/questions/10945375/phonegap-ios-how-to-get-app-documents-folder-full-path – rashidnk Aug 31 '15 at 10:02