Hi there,
I have som folders in the root of my app project.
One of them is called images - and I can acces it just fine and work with the images, also in subfolders like “images/ui” etc.
However, I also have one folder called “images/tracks/trackname” - and in that folder I have some .png files.
What I’m trying to do is, loop through the files in “images/tracks/trackname” and add them to an array.
After this I can then dispaly them in an animation sequence based on the array.
I’m using the code snippet from this tutorial to loop through the files :http://coronalabs.com/blog/2012/05/08/luafilesystem-lfs-tutorial/ - but it fails for me.
Any pointers to steer me in the right direction ?
Best Wishes
/Thomas