C# - Extract Zip with file listing

Posted by fonix232 on Stack Overflow See other posts from Stack Overflow or by fonix232
Published on 2010-04-30T14:55:02Z Indexed on 2010/04/30 14:57 UTC
Read the original article Hit count: 257

Filed under:
|
|

I would like to extract a pre-set zip file WITHOUT an external library to a given folder, and I would like to inform the user about the current percent of extraction (with a simple progressBar and a percent label) and the currently extracted file. Is this possible somehow?

It is important to do not use any other library.

(For updating all the labels and progressBar, I use a separate backgroundWorker)

© Stack Overflow or respective owner

Related posts about c#

Related posts about zip