Post not yet marked as solved
Post marked as unsolved with 1 replies, 258 views
I am new... I have no idea what tag to select for this..
I have a file SeedFile.txt in the On My iPhone directory. I am trying to read it, and to write a different file out.
To find it, I tried the following to get a path to the file, but I get a nil string.
NSString *filepath = [[NSBundle mainBundle] pathForResource:@"SeedFile" ofType:@"txt"];
Lines of obj c code to read this file and to write a myfile.txt would be appreciated.