I really needed a way for me to check if a given path is a directory on Android, and if travel that same directory and check all files.
Any idea??
I really needed a way for me to check if a given path is a directory on Android, and if travel that same directory and check all files.
Any idea??
system.ResourceDirectory only works on iOS, not on Android.
CoronaLabs have implemented a limited “hack” to get around this though… read “Gotchas” in the following link:
http://docs.coronalabs.com/api/library/system/ResourceDirectory.html
Thanks for the tip, however I will try to arrange an alternative solution to check for files.
greetings