Questions dealing with the DotNetZip open-source zip library for .NET
Moin! using (ZipFile zip = new ZipFile()) { // add this map file into the "images" directory in the zip archive zip.AddFile("…
c# zip dotnetziphow to unzip a password protected file using dotnetzip or sharpziplib (if the password is not known).
c# asp.net dotnetzipHow would I delete a directory in a .zip and all the files in it (preferably using DotNetZip)? Right now …
c# dotnetzipI'm creating a password protected zip-file using DotNetZip. When I try to extract the files I'm met with an "unspecified …
c# .net dotnetzipGreetings.... I am writing a backup program in c# 3.5, using hte latest DotNetZip. The basics of the program is to …
c# compression zip dotnetzipI'm using DotNetZip to add a file to a zip archive, which I've read from the file system. I'd like …
c# byte dotnetzipWhen unzipping files in Windows, I'll occasionally have problems with paths that are too long for Windows (but okay in …
c# zipfile dotnetzipGood day guys I have an app that I use to archive a folder using the DotNetZip library. I notice …
c# cpu-usage dotnetzipUpdate: Got it working updated my working code Here is what I have so far private async void ZipIt(string …
c# wpf progress-bar dotnetzipIn C#, I'm using the DotNetZip I have a zip called "innerZip.zip" which contains some data, and another zip …
c# dotnetzip