How can I get the File List of a .pk3/.zip etc. File?

You are an experienced programmer and have a problem with the engine, shaders, or advanced effects? Here you'll get answers.
No questions about C++ programming or topics which are answered in the tutorials!
Post Reply
spyro
Posts: 17
Joined: Mon Mar 14, 2005 4:05 pm

How can I get the File List of a .pk3/.zip etc. File?

Post by spyro »

How can I get the FileList of a .zip File which is loaded with the code:

Code: Select all

device->getFileSystem->addZipFileArchive("...")
Or is there any other way to get the names of the packed files?

-spyro-
Guest

Post by Guest »

Well, you can always open it with winzip or another archiver...
Guest

Post by Guest »

I mean if there is another way in Irrlicht or with another library.
Thanks for the reply! :)
-spyro-
latentdisposition
Posts: 29
Joined: Mon Jun 27, 2005 1:17 pm

Post by latentdisposition »

"The creation of something new is not accomplished by the intellect but by the play instinct acting from inner necessity. The creative mind plays with the objects it loves."

Carl Jung
spyro
Posts: 17
Joined: Mon Mar 14, 2005 4:05 pm

Post by spyro »

Thank you!
It has helped! :D
Post Reply