Click here to Skip to main content
15,886,199 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Dear All,

How to show progress bar when compressing/uncompressing with "System.IO.Compression" in .net 4.5. I am using below statement to compress files/folder: -

ZipFile.CreateFromDirectory(txtSource.Text, txtDestination.Text.Trim() + "Backup.zip");
If other tool is available kindly let me know.

Regards,

Anil Kumar
Posted

1 solution

You already posted this question at C# backup Programme in Compress mode[^]. Please do not repost; if you have more information then edit your original question.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900