-
-
Notifications
You must be signed in to change notification settings - Fork 121
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
Rename files and folders #43
Comments
Hi Fabrizio! |
Thank you! Riccardo. Fabrizio. |
Is this thread still open for contribution ? |
Hi! Yeah, sure! |
If the task is huge, you can share or I am find new areas for contribution. |
Lots of refactoring of the internal classes are still needed. Close issue #43.
Lots of refactoring of the internal classes are still needed. Close issue #43.
Implemented in v4.0.0. Now the Example: BitArchiveEditor editor{ lib, "path/to/archive.7z", BitFormat::SevenZip };
// Set compressed_file1.txt to be renamed as compressed_file.txt.
editor.renameItem("compressed_file1.txt", "compressed_file.txt");
// Set folder/compressed_file2.txt to be deleted from the archive.
editor.deleteItem("folder/compressed_file2.txt");
// Applying the requested changes
editor.applyChanges(); |
Is there a method to rename files and folders inside the compressed file?
If it doesn't exist, can it be implemented?
Fabrizio.
The text was updated successfully, but these errors were encountered: