I am trying to open a file with a zip file in python and copy it somewhere else. How do I go about handling the ZIP file open? I can copy and move files fine, it is just getting into the zip file.
File PATH: t:/Test/step1/step2/test.zip/FIL
I have looked at Zipfile docs, but I just can't get this to work right.
zipfile.ZipFile('file_path', 'r')