How can I create a zip archive of a directory structure in Python? ... import shutil shutil.make_archive(output_filename, 'zip', dir_name).
確定! 回上一頁