Simply put, I have a subfolder of localization files (.lua) in my ResourceDirectory (the base directory) and I want to read a list of what files are there. (/localization and en.lua, for instance)
On simulator, this is easy. Pull the folder path using system.pathForFile(), and then read the list using lfs.
Unfortunately, on iOS devices, lfs does not work with anything within the ResourceDirectory.
backboardd[28] <Error>: HID: The ‘Passive’ connection ‘DefaultProject’ access to protected services is denied.
Any ideas?