Check a file exist in the path in iOS using javascript -


i developing cordova based application. have path of xlsx file present in document directory. want check whether file exist in path or not using java script . help.

given have path file, can use file plugin (documented here) check file presence.


Comments