To build a .tar.gz (aka .tgz ) for an entire directory tree: import tarfile import os.path def make_tarfile(output_filename, ...
確定! 回上一頁