on an iPhone application?
is there a filesystem?
I have an application that reads text files and its failing to open a
file that is bundled with the application.
fb.open (fname.c_str(), std::ios::in);
this call fails... (I know its C++, but that I don't think is the
issue)