I need some help reading ini files using the Android exporter. I embedded the ini in binary tab of Data Elements and I am attempting to read them using the ini object. I've tried a bunch of pathnames but still it's not reading or finding the file. Any help would be greatly appreciated! I've also left the build of CF I'm using and the paths I've tried.
Version being used: 295.10
Pathnames I've tried:
DataStorageDirectory$("Android object") + filename
DataStorageDirectory$("Android object") + filename.ini
TempPath$("Android object") + filename
TempPath$("Android object") + filename.ini
filename
filename.ini