Let's say I have a folder in my "Resources" folder of my iPhone application called "Documents".
Is there a way that I can get an array or some type of list of all the files included in that folder at run time?
So, in code, it would look like:
NSMutableArray *myFiles = [...get a list of files in Resources/Documents...];
Is this possible?