Questions dealing with the DotNetZip open-source zip library for .NET
I have created a text file in a folder and zipped that folder and saved @same location for test purpose. …
c# asp.net-mvc-5 dotnetzipIonic zip allows me to add existing file to zip object and create a zip file. But considering that I …
c# dotnetzipTrying to extract files to a given folder ignoring the path in the zipfile but there doesn't seem to be …
c# zip dotnetzipI am using DotNetZip to add a file from a MemoryStream to a zip file and then to save that …
c# dotnetzipI'm using DotNetZip to zip my files, but I need to set a password in zip. I tryed: public void …
c# zip password-protection dotnetzipwhat I'm trying to do is add a list of folders and files all to the root of my Zip …
c# zip dotnetzipI'm using DotNetZip to create a zip file and pass it to a FileResult. On debug, I can verify that …
c# asp.net-mvc dotnetzip