0

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

user1472131
  • 411
  • 1
  • 5
  • 15
  • 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 Answers1

2

Check their GitHub page, it has plenty of samples -> https://github.com/icsharpcode/SharpZipLib/wiki/Zip-Samples

dutzu
  • 3,883
  • 13
  • 19