is it not possible to read/write to "Package Contents" paths (or whatever they're called)? i'd like to write a program that writes a file to the applications resources folder. using XCode as an example:
Code:
NSString *textFile = @"/Developer/Applications/Xcode/Contents/Resources/myTextFile.txt";