I am using SharpZipLib but I could not find any example on how to crate a new ZipFile and add to it a file containing an string from the memory (and not from an existing file). Any suggestion ? Thanks
Asked
Active
Viewed 227 times
0
-
Have you seen updating a zip file in memory here: https://github.com/icsharpcode/SharpZipLib/wiki/Updating#Updating_a_zip_file_in_memory_1 – David Brabant Jan 24 '13 at 12:44
1 Answers
2
Check their GitHub page, it has plenty of samples -> https://github.com/icsharpcode/SharpZipLib/wiki/Zip-Samples

dutzu
- 3,883
- 13
- 19