Top "Zip" questions

ZIP is a format for compressed file archives, allowing packaging of multiple files and directories into a single file.

Unzipping downloaded files in iOS

Using ASIHTTPRequest, I downloaded a zip file containing a folder with several audio files. I tried to unzip the file …

objective-c ios zip unzip
How do I use Minizip (on Zlib)?

I'm trying to archive files for a cross-platform application, and it looks like Minizip (built on zlib) is about as …

c zip zlib
Making a temporary dir for unpacking a zipfile into

I have a script that checks a zipfile containing a number of matching PDF+textfiles. I want to unpack, or …

php file zip tempdir
Add files to ZIP without paths, using SharpZipLib

I need to combine 3 files into 1 zip file and make it available to download for the user. I am able …

c# zip sharpziplib
DotNetZip add files without creating folders

using (ZipFile zip = new ZipFile()) { foreach(string file in Directory.GetFiles(folder)) { zip.AddFile(file, Path.GetFileName(file)); } zip.Save("…

c# zip directory dotnetzip
Find all zips, and unzip in place - Unix

I have been trying for some time and believe I am fairly close to this, but I am fairly new …

shell unix find zip unzip
why can't python unzip a password protected zip file created by winrar using the zip method?

I have searched the web high and low but still couldn't find a solution for the above problem. Does anyone …

python zip zipfile
easy way to unzip file with golang

is there a easy way to unzip file with golang ? right now my code is: func Unzip(src, dest string) …

go zip unzip
Error in install.packages : type =="both" cannot be used with 'repos =NULL'

Actually I am trying to install packages offline. I have R studio. what I do is based on previously asked …

r zip package install.packages binaries
recommend a library/API to unzip file in C#

Looks like no built-in Library/API in C# to unzip a zip file. I am looking for a free (better …

c# .net zip