I need to decompress a gzip file that contains other files and directories, and save these files separately, it is possible to do this in iOS?
My compressed file has the following structure
file.tar.bz2
- db_update.sql
- Tmp /
- image.png
- image2.png
I found documentation that shows how to do that, but only for when the archive is a single file.
Need to save it in the same archive's structure, is possible?