·
2 min read
·
5 comments
How to Use Python Shutil Make_Archive to Zip Up a Directory Recursively including The Root Folder
The documentation for Python's shutil.makearchive is very confusing. Considering that the arguments to this function only need to be source and destination, makes it even more frustrating to try...