如何在asp.net1.1中创建空的Zip文件夹

发布于 2024-10-12 20:18:10 字数 123 浏览 2 评论 0原文

我正在 ASP.NET 1.1 中执行上传功能。 我想在给定路径上创建一个空的 zip 文件夹。

那么,如何创建一个空的 zip 文件夹呢?

稍后我会将文件保存在该文件夹中。我不想使用任何第三方组件。

I'am doing upload functionality in ASP.NET 1.1.
I want to create one empty zip folder on given path.

So, how to create an empty zip folder?

Later on I will save files in that folder. I do not want to use any third party component.

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

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

发布评论

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

评论(1

不忘初心 2024-10-19 20:18:10

有几个第三方组件可以执行此操作。从头开始写一个会很费力,我不推荐它。为什么要求不使用现有的库?在 .NET 的开源 zip 库?

如果您真正想要的只是一个空的 zip 文件,只需将一个文件添加到您的解决方案中并根据需要将其复制到位即可。

There are a couple of third-party components that do this. Writing one from scratch would be a big effort, I do not recommend it. Why the requirement not to use an existing library? There are some suggested in the answers for Open-source zip library for .NET?.

If all you really want is an empty zip file, simply add one to your solution and copy it into place as necessary.

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