I am new to iPhone programming. I want to read the content of a text file located in a subfolder of the Resource folder.
The Resource folder structure is the followi
NSBundle* bundle = [NSBundle mainBundle]; NSString* path = [bundle bundlePath];
This gives you the path to your bundle. From there on, you can navigate your folder structure.