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

swift - Button on Table View Cell connected to local function -

dns - Dokku server hosts two sites with TLD's, both domains are landing on only one app -

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