QuaZip 删除压缩包内的文件

发布于 2024-11-17 17:29:24 字数 35 浏览 0 评论 0原文

是否可以使用 quazip 删除 zip 存档中的文件?

Is it possible to remove files inside zip archive with quazip ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

给我一枪 2024-11-24 17:29:24

不幸的是没有函数可以做到这一点。

作为解决方法,您可以打开 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...

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文