MOD PLEASE THIS. HAD A BRAIN FART
Answer:
I have a txt file in my project. I want to initialize a string from it, but I can't seem to figure out how to get the absolute path to it so that I can use stringWithContentsOfFile command. How do I find the absolute path of something that is included in my project?
Answer:
[[[NSBundle mainBundle] resourcePath] stringByAppendingPathComponent"your file name.dat"];
I have a txt file in my project. I want to initialize a string from it, but I can't seem to figure out how to get the absolute path to it so that I can use stringWithContentsOfFile command. How do I find the absolute path of something that is included in my project?