haf / DotNetZip.Semverd

Please use System.IO.Compression! A fork of the DotNetZip project without signing with a solution that compiles cleanly. This project aims to follow semver to avoid versioning conflicts. DotNetZip is a FAST, FREE class library and toolset for manipulating zip files. Use VB, C# or any .NET language to easily create, extract, or update zip files.
Other
546 stars 218 forks source link

Extract file from zip #231

Closed viharshah711 closed 1 year ago

viharshah711 commented 3 years ago

Hi,

I have a zip file which contain directory like below C:\Users\plsd\AppData\Roaming\QR_CR2\Vihar\1000 - 1000\qr-code.pdf

here "C:\Users\plsd\AppData\Roaming\" this is my download/destination path and need to download file (qr-code.pdf) only not whole directory .

Also want to download on user's default download path (browser default path)

I am using c#/vb code anyone can help me ??

jshergal commented 1 year ago

We appreciate your desire to make use of the library, unfortunately the issues section of the project is not the best place to fund help for using the library. You should try posting your question on a site like StackOverflow where there is a community of developers who are ready and willing to help answer questions and point you in the right direction.