Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在寻找一个 .NET 开源 API,它允许我打开一个 zip 文件(无需实际提取其内容),获取文件列表,然后重命名它们,所有这些都无需解压缩并重新压缩 zip文件。
有这样的API吗?
DotNetZip - http://dotnetzip.codeplex.com/
您可以编辑 ZipEntry 的 Filename 属性。