C# - Extract Zip with file listing
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)
精彩评论