Open .txt document with the filesystem

If you are a new Irrlicht Engine user, and have a newbie-question, this is the forum for you. You may also post general programming questions here.
Post Reply
Howker
Posts: 51
Joined: Thu Jan 22, 2009 4:40 pm

Open .txt document with the filesystem

Post by Howker »

Hello. I probably can't use ifstream for this, because the .txt document is in a .pak archive, which is added to the irrlicht filesystem.
How can I read this text document line by line?
hybrid
Admin
Posts: 14143
Joined: Wed Apr 19, 2006 9:20 pm
Location: Oldenburg(Oldb), Germany
Contact:

Re: Open .txt document with the filesystem

Post by hybrid »

Yes, we have read methods in the readfile interface.
Post Reply