In article
<0a83773e-121f-403a-916d-bfc18e676c13@[EMAIL PROTECTED]
>,
SpreadTooThin <bjobrien62@[EMAIL PROTECTED]
> wrote:
> 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)
Well, are you sure that fname has a valid path? That's the obvious
thing to check, and if you're not even sure if a filesystem is
available, how do you know you've got a valid path on that filesystem?
--
Tom "Tom" Harrington
Independent Mac OS X developer since 2002
http://www.atomicbird.com/


|