icsharpcode / SharpZipLib

#ziplib is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.
http://icsharpcode.github.io/SharpZipLib/
MIT License
3.72k stars 976 forks source link

Percentage during unzip #67

Open arcuri opened 9 years ago

arcuri commented 9 years ago

I need to know the percentage of completion during the unzip.

piksel commented 3 years ago

I assume this is not the file X of Y percentage, but rather the individual file percentages. The aforementioned type can be achieved with ZipFile and its file events.

redplane commented 3 years ago

Raise my hand for this function too