The ability to list out files in a directory so I can load an array with the filenames

I know I’ve placed this in another forum, but I want to make sure it is here too.

Regards,

Arthur [import]uid: 125260 topic_id: 23008 reply_id: 323008[/import]

@aaroberts, while you are just trying to list out the files, and being a test driver, you are in luck.

Have a read of this http://howto.oz-apps.com/2012/01/enumerate-files-in-directory-not.html and look at the video, I am enumerating the files in the xcode simulator.

However also note that this does not work on the device as it is sandboxed and locked down. I haven’t tried it on an android device so not sure if that will work there.

Since lua does not have a filesystem this is one tough cookie, but then there are external add-on libraries that add this functionality. [import]uid: 3826 topic_id: 23008 reply_id: 91930[/import]