Top "Unzip" questions

Unzipping is uncompressing ZIP archives, the opposite of zipping.

Bad magic number error with ZipFile module in Python

I am using Python 2.7 on Windows 7 (64 bit). When I try to unzip a zip file with ZipFile module I get …

python unzip python-2.7 zipfile
Unzip .gz file using c#

How to unzip .gz file and save files in a specific folder using c#? This is the first time I …

c# unzip gzip
How to get Inno Setup to unzip a file it installed (all as part of the one installation process)

To save bandwidth/space as well as prevent accidental meddling, the installation files for a database product (call it Ajax), …

zip inno-setup unzip
Unzip a large ZIP file on Amazon S3

I'm working at a company that processes very large CSV files. Clients upload the file to Amazon S3 via filepicker. …

amazon-web-services amazon-s3 zip unzip
How to speed up unzipping time in Java / Android?

Unzipping files on android seems to be dreadfully slow. At first I thought this was just the emulator but it …

java android android-emulator unzip zipinputstream
How to read from a zip file within zip file in Python?

I have a file that I want to read that is itself zipped within a zip archive. For example, parent.…

python file zip unzip
How to unzip a zip file using scala?

Basically I need to unzip a .zip file which contains a folder called modeled which in turn contains a number …

excel scala unzip
Recursive Unzipping with 7z.exe

I stumbled across the below line as a means of extracting every .zip file in every subfolder. FOR /F "usebackq" %…

windows batch-file unzip 7zip
What is the fastest way to extract 1 file from a zip file which contain a lot of file?

I tried the java.util.zip package, it is too slow. Then I found LZMA SDK and 7z jbinding but …

java unzip compression
diff files inside of zip without extracting it

Is there any way to perform diff operetion on two files in two zips without extracting them? If not - …

linux zip diff unzip