rikyoz / bit7z

A C++ static library offering a clean and simple interface to the 7-zip shared libraries.
https://rikyoz.github.io/bit7z
Mozilla Public License 2.0
627 stars 114 forks source link

How to unzip only one file inside of an archive? #12

Closed luochuanyuewu closed 6 years ago

luochuanyuewu commented 6 years ago

As the tile said. I have no clue how to do it. Please help. thanks!

rikyoz commented 6 years ago

Hi. The actual version of bit7z doesn't support this functionality: you can only extract the entire content of the archive! I plan to add the possibility of choosing which file to extract in a next version of the library. At the moment I'm quite busy in solving other issues, so I don't know when I'll finally implement this feature.

luochuanyuewu commented 6 years ago

Thanks for replying. it's good to know that you will do it in next release.