Should it be possible to read files in nested subdirectores within the ResourceDirectory?
local path = system.pathForFile( "storage/books/abook/chapters/chapters.xml", system.ResourceDirectory )
This works in the simulator, but not on my device. It generates a file not found runtime error on the device.
W/System.err(18782): java.io.FileNotFoundException: /data/data/com.test.app/files/coronaResources/storage/books/abook/chapters/chapters.xml (No such file or directory)
I can read the xml file if it’s in the root directory, but for organizational reasons I can’t do that. [import]uid: 4596 topic_id: 9686 reply_id: 309686[/import]