How to list files from iOS app document directory using cordova? -


how can see list of files stored in ios app document directory using cordova?

if want work device's file system, can use

cordova file plugin

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

supports major platforms ios,android, etc.


Comments

Popular posts from this blog

c# - SharpDX Toolkit models rendering inside out -

c# - ajax - How to receive data both html and json from server? -