To zip entire directory use command “shutil.make_archive(“name”,”zip”, root_dir) · To select the files to zip use command “ZipFile.write(filename) ...
確定! 回上一頁