Search code examples
c++wxwidgets

Can I read a zip archive using wxwidgets?


I want to read a xml file or text file in zip archive without extracting it from the archive. Can I do it directly without extracting it from the zip archive?


Solution

  • Yes you can, wxZipInputStream should be what you are looking for.