Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Unzip a .gz folder #33

Open
maximilianlemberg-awl opened this issue Nov 17, 2022 · 1 comment
Open

Unzip a .gz folder #33

maximilianlemberg-awl opened this issue Nov 17, 2022 · 1 comment

Comments

@maximilianlemberg-awl
Copy link

Can you show a code example of unzipping a .gz folder and storing the folder on an ios device in order to access the files stored in the archive?

That would be highly appreciated.

@mw99
Copy link
Owner

mw99 commented Nov 18, 2022

Hi! With ".gz folderyou mean.tar.gz? This library can only do the decompression, not untar operation. You will need another tar file library to do that. ([DataCompression](https://github.com/mw99/DataCompression) can turn .tar.gzinto.tar`, but can't extract the files.)
If you search the web for "ios untar library" I'm sure you will find what you need.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants