Sorry, dumb question number 2 today. Is it possible to determine if a file is contained within the App Bundle? I can access files no problem, i.e.,
NSString *p
[[NSFileManager defaultManager] fileExistsAtPath:pathAndFileName];