zipping with c#
Posted
by scatman
on Stack Overflow
See other posts from Stack Overflow
or by scatman
Published on 2010-03-24T18:41:47Z
Indexed on
2010/03/24
18:43 UTC
Read the original article
Hit count: 226
hi all, i am trying to use GZipStream to create a zip file using c#.
my problem is that i have a list that contains strings. and i need to create a password protected zip file, and put in it a text file containing the strings.
i don't want to create the textfile, then zip it, and then delete the textfile. i want to directly create a password protected zip file that contains the text file.
any help?
© Stack Overflow or respective owner