I’m looking for a .NET open source API that will allow me to open a zip file (without actually extracting its contents), get a list of files, and then rename them, all without having to unzip and re-zip the zip file.
Is there such an API?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
DotNetZip – http://dotnetzip.codeplex.com/
You can edit the Filename property of a ZipEntry.