.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

Cursor error with postgresql, pgpool and php -

delphi - ESC/P programming! -

c++ - error: use of deleted function -