Create normal zip file programmatically

Posted by j-t-s on Stack Overflow See other posts from Stack Overflow or by j-t-s
Published on 2010-03-16T14:07:29Z Indexed on 2010/03/16 14:51 UTC
Read the original article Hit count: 252

Filed under:
|
|
|
|

Hi All

I have seen many tutorials on how to compress a single file in c#. But I need to be able to create a normal *.zip file out of more than just one file. Is there anything in .NET that can do this? What would you suggest (baring in mind I'm under strict rules and cannot use other libraries)

Thank you

© Stack Overflow or respective owner

Related posts about c#

Related posts about .NET