I\'m developing an application for iPad. I want to access a text file inside the Resources folder! I\'m doing that in following way:
NSString* filePath = @\
I guess you are looking for NSBundle and pathForResource:ofType: method, aren't you?