.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

c++ - error: use of deleted function -

delphi - ESC/P programming! -

c# - how to write client side events functions for the combobox items -