.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# - how to write client side events functions for the combobox items -

exception - Python, pyPdf OCR error: pyPdf.utils.PdfReadError: EOF marker not found -