Is it possible to remove files inside zip archive with quazip ?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Unfortunately there is no function to do that.
As a work-around you can open the zip archive and then use RAW reading and writing to copy the files you want not to be deleted and put them in a new zip archive. Then delete the old archive.
This is not a very clean solution… Oh and it’s not efficient either. For very huge archives it would take much time…