How to Extract Nested Zip Files to a specific directory using Python ?,

Viewed 17

I had a zip file full of zip files, each of which might contain zip files, and I wanted a matching folder structure.

I got the following code from https://gist.github.com/JamesPHoughton/0f4f269e93a2b85958d8 from github which actually gives the extracted files along with the folder structure, But How do I extract files to a specific directory that I want to ?

0 Answers
Related