IOS file locations and access

Hi,
I’m adding a group of images into an IOS application, using a build step to copy them in.

I have the option to select a destination

App parent folder
resource folder
frameworkfolder
bundleparentfolder
contents folder

once I run the app, I want to get a list of the files in a folderobject so I can enumerate each one

E.G
dim f as folderitem.getfolderitem().parent()
for i as integer = 0 to f.count
//do something with file
next

I cannot seem to ever get a folderitem that has the list, i have no idea when i copy files in, where to point a folderitem to get a file or a folder containing all the files, can anyone help?

Put them in a sub directory of the Resources folder and use SpecialFolder.GetResource(“foldername”) to get the Folder.