Sometime you may need to bundle your files with the resource folder of the Xcode project such that u can manipulate those files on the fly.
If you have a resource file named as readme.txt, you can get the file path by
NSString *filePath = [[NSBundle mainBundle] pathForResource:@"readme" ofType:@"txt"];