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# - Binding a comma separated list to a List<int> in asp.net web api -

Delphi 7 and decode UTF-8 base64 -

html - Is there any way to exclude a single element from the style? (Bootstrap) -