We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
how to adding some new file to current ziped file? is there any function like addFileToZip
The text was updated successfully, but these errors were encountered:
There isn't at the moment. As far as I can tell, minizip (the underlying open source C library) doesn't have an easy way to do this.
The recommended approach for now would be to unzip and re-zip with the added file.
Sorry, something went wrong.
Merge pull request #2 from macness-pavelh/feature/Swift3.0-XC8-b4
5dccbca
fixes for XC8 beta 4
Merge pull request #2 from marmelroy/swift3.0
db76c1b
Swift3.0
No branches or pull requests
how to adding some new file to current ziped file?
is there any function like addFileToZip
The text was updated successfully, but these errors were encountered: