Top "Unzip" questions

Unzipping is uncompressing ZIP archives, the opposite of zipping.

Unzipping files in Python

I read through the zipfile documentation, but couldn't understand how to unzip a file, only how to zip a file. …

python zip unzip zipfile
Unzip a file with php

I want to unzip a file and this works fine system('unzip File.zip'); But I need to pass in …

php unzip
java.util.zip.ZipException: error in opening zip file

I have a Jar file, which contains other nested Jars. When I invoke the new JarFile() constructor on this file, …

java zip unzip
Unzip files programmatically in .net

I am trying to programatically unzip a zipped file. I have tried using the System.IO.Compression.GZipStream class in .…

c# unzip
Unzip All Files In A Directory

I have a directory of ZIP files (created on a Windows machine). I can manually unzip them using unzip filename, …

linux shell wildcard unzip
What is a good Java library to zip/unzip files?

I looked at the default Zip library that comes with the JDK and the Apache compression libs and I am …

compression zip unzip java
Unzipping files

I want to display OpenOffice files, .odt and .odp at client side using a web browser. These files are zipped …

javascript zip unzip
Simple way to unzip a .zip file using zlib

Is there a simple example of how to unzip a .zip file and extract the files to a directory? I …

c++ zip zlib unzip
How do you recursively unzip archives in a directory and its subdirectories from the Unix command-line?

The unzip command doesn't have an option for recursively unzipping archives. If I have the following directory structure and archives: /…

unix recursion spaces unzip
How to unzip files programmatically in Android?

I need a small code snippet which unzips a few files from a given .zip file and gives the separate …

java android unzip