How do I add files to a Zip archive using SharpZipLib with no compression?
Examples on Google seem to be woefully thin.
|
How do I add files to a Zip archive using SharpZipLib with no compression? Examples on Google seem to be woefully thin.
| |||
|
feedback
|
|
You can set compression level to 0 using the
EDIT: actually, after reviewing documentation, there is a much simpler method.
| ||||
|
feedback
|