can I somehow extract single file from a zip archive without replicating directory structure inside zip file ?
for example file I need is :
archive.zip/folder1/folder2/fileIneed.doc
when I use zipfile.extract I get the file, but I get it in destination folder with same directory structure.
I'm at home now and my py file is at work, so I can't paste real code.