-
Notifications
You must be signed in to change notification settings - Fork 313
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
I want the ability to rename a file name in a zip file #72
Comments
I guess you are using a old version of zip4j.
I tested on Ubuntu and it works well. But it will throw exception on Windows. Hope this helps you. |
|
This is a good idea for a new feature in zip4j. But it is slightly complicated to implement. I could not integrate in into v2.2.1 which was released today. But I will include this feature in the next release of zip4j. |
Feature added to zip4j. It is now possible to rename file(s) in a zip file. Please look at the documentation in README under the section "Rename files" for more info. |
Feature included in v2.4.0 released today |
I want the ability to rename a file name in a zip file
If I use the following code, I will corrupt the original file
The text was updated successfully, but these errors were encountered: