问题
Is it possible to delete a folder from inside a file using the ZipFile module in Python?
回答1:
No. Read out the rest of the archive and write it to a new zip file.
来源:https://stackoverflow.com/questions/14096829/deleting-a-folder-in-a-zip-file-using-the-python-zipfile-module