.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

haskell - Using filter on an item in a list? -

tomcat6 - Exception when stopping container for a with Spring + Quartz + Tomcat web application -

c# - Binding attached property to IEnumerable -