QuaZip 删除压缩包内的文件
是否可以使用 quazip 删除 zip 存档中的文件?
Is it possible to remove files inside zip archive with quazip ?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
是否可以使用 quazip 删除 zip 存档中的文件?
Is it possible to remove files inside zip archive with quazip ?
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
不幸的是没有函数可以做到这一点。
作为解决方法,您可以打开 zip 存档,然后使用 RAW 读写来复制您不想删除的文件,并将它们放入新的 zip 存档中。然后删除旧的存档。
这不是一个非常干净的解决方案......哦,它也效率不高。对于非常大的档案,这将花费很多时间......
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...