在 vb.net 中处理 zip 和压缩

发布于 2024-08-03 22:26:26 字数 139 浏览 2 评论 0原文

是否可以在 vb.net 中以编程方式压缩/解压缩文件?意思是,不是说它会为用户提取文件,而是获取 zip 中的文件并能够在应用程序中使用它们?那么,这样可以创建一个zip吗?

我似乎无法在任何地方找到压缩命名空间。

感谢您的帮助!

Is it possible to programmatically zip/unzip files in vb.net? Meaning, not that it will extract the files for the user, but take the files inside the zip and be able to use them in the application? Then, is it possible for this to create a zip?

I couldn't seem to find a compression namespace anywhere.

Thanks for the help!

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

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

发布评论

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

评论(2

野心澎湃 2024-08-10 22:26:26

We used SharpZibLib in the past with great success.

You can also have look at the System.IO.Compression namespace, it provides the functionality compress and decompress streams but unfortunately not the functionality to extract files from a Zip file :(

Update:
I wasn't aware of this namespace System.IO.Packaging, seems it can indeed deal with files 'packed' into a zip file.

风追烟花雨 2024-08-10 22:26:26

对于优秀的商业解决方案,请尝试 http://xceed.com/

我们已经使用了它,它非常适合使用 zip文件(如果需要,还可以合并和创建自解压 zip)

注意:不以任何方式隶属于 Xceed。

For an excellent commercial solution try http://xceed.com/

We have used this and it's great for working with zip file (and for merging and creating self-extracting zips if this is required)

note: Not affiliated with Xceed in any way.

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