.net - Gzip a directory that has subdirectories using GZipStream class with C#? -


this msdn site has example gzip file. then, how can gzip whole directory sub directories in it?

since gzip works on files, suggest tar directory , gzip generated tar file.

you can use tar-cs or sharpziplib generate tar file.


Comments

Popular posts from this blog

iphone - Request for member 'uitextfield' in something not a structure or union? -

Cursor error with postgresql, pgpool and php -

c++ - error: use of deleted function -