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
Nico

Filesystem

Post by Nico »

Hi,

I need some info on how the irrlicht filesystem works.

I add a pk3 file with the command :
device->getFileSystem()->addZipFileArchive ( config->map );

Now, how can I list the file in the archive ?
I trtied device->getFileSystem()->createFileList() but it doesn't works,
I only get files from my real filesystem.

Thanc in advance

Nico
bappy
Posts: 63
Joined: Fri Dec 12, 2003 10:49 am
Location: france
Contact:

Post by bappy »

j had the same problem 2 month ago and the solution is........no solution with the irrlicht engine :?
so i have download zlib and use it in my project...
-----------------------------
Sans danger, pas de gloire...
http;//bappy.free.fr
-----------------------------
Nico

Re

Post by Nico »

damn !
Post Reply