Top "Zipfile" questions

For issues relating to creating and/or utilizing zip files.

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
How to create a zip archive of a directory in Python?

How can I create a zip archive of a directory structure in Python?

python zip archive zipfile directory-tree
Python: Open file in zip without temporarily extracting it

How can I open files in a zip archive without extracting them first? I'm using pygame. To save disk space, …

python zipfile
unzipping file results in "BadZipFile: File is not a zip file"

I have two zip files, both of them open well with Windows Explorer and 7-zip. However when i open them …

python zipfile
Extract Google Drive zip from Google colab notebook

I already have a zip of (2K images) dataset on a google drive. I have to use it in a …

python google-drive-api google-colaboratory zipfile
End of Central Directory record could not be found

I am downloading a zip file using c# program and I get the error at System.IO.Compression.ZipArchive.ReadEndOfCentralDirectory() …

c# zipfile
Adding folders to a zip file using python

I want to create a zip file. Add a folder to the zip file and then add a bunch of …

python file zip directory zipfile
How to Unzip all .Zip file from Folder using C# 4.0 and without using any OpenSource Dll?

I have a folder containing .ZIP files. Now, I want to Extract the ZIP Files to specific folders using C#, …

c# unzip zipfile
get file list of files contained in a zip file

I have a zip archive: my_zip.zip. Inside it is one txt file, the name of which I do …

python zip zipfile
Creating a zip file with ionic.zip

I have the following code set up to create a zip file of a set of doucments: public bool CreateDocumentationZipFile(…

c# zipfile ionic-zip