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.