Top "Sharpziplib" questions

#ziplib (SharpZipLib) is a Zip, GZip, Tar and BZip2 library written entirely in C# for the .NET platform.

How do I extract zip file in Windows Phone 7?

I have a zip file in my Windows Phone 7 project. I have set the Build Action to Content and Copy …

silverlight windows-phone-7 sharpziplib
ICSharpCode.SharpZipLib validate zip file

Using ICSharpCode.SharpZipLib for C#, how can I validate that the file being passed is actually a valid zip file (…

c# asp.net asp.net-mvc sharpziplib icsharpcode
SharpZipLib create an archive with an in-memory string and download as an attachment

I use DotNetZip to create a zip archive with an in memory string and download it as an attachment with …

c# asp.net sharpziplib
SharpZipLib - adding folders/directories to a zip archive

From examples, I've got a pretty good grasp over how to extract a zip file. In nearly every example, the …

c# zip sharpziplib
How to use ICSharpCode.ZipLib with stream?

I'm very sorry for the conservative title and my question itself,but I'm lost. The samples provided with ICsharpCode.ZipLib …

c# byte sharpziplib compression
SharpLibZip: Add file without path

I'm using the following code, using the SharpZipLib library, to add files to a .zip file, but each file is …

compression sharpziplib
SharpZipLib to compress a string

I need to compress a string to reduce the size of a web service response. I see the unit tests …

c# sharpziplib
Unzip .tar.gz with SharpZipLib

I am trying to unzip a tar.gz inside one zip but I can't It shows me an error “cannot …

c# tar sharpziplib gzip
How do you add a folder to a zip archive with ICSharpCode.SharpZipLib

I have to create two folders inside of a zip file that I create programmatically using ICSharpCode.SharZipLib.Zip. I …

c# zip sharpziplib zipoutputstream
C#: Extract a zipped file only (without the folder)

With the SharpZip lib I can easily extract a file from a zip archive: FastZip fz = new FastZip(); string path = "…

c# sharpziplib