How can I use C# to unzip files? I’ve found that I have to use third-party libraries. Is there any direct method?
Share
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.
The System.IO.Packaging namespace contains some compression classes such as ZipPackage but they are by no means as simple as using a third party libraries. I strongly recommend you to consider a third party library.