Usage can be::
var ba1 = ZipBytes(ba0, “MyEntryName”)
File.WriteAllBytes(ba1, @”c:\tmp\tmp.zip”)
I can’t find example for method that will create zippedBytes with one enty with the givenEntryName
In a way that if the bytes are saved for example to c:\tmp.zip I will open the tmp.zip file and find the entry in it
I’m using libraries for .net 3.5
Thanks
Dekel
Imported from legacy forums. Posted by Dekel (had 1 views)