gpt4 book ai didi

没有完整路径的python tarfile

转载 作者:太空狗 更新时间:2023-10-30 00:46:47 25 4
gpt4 key购买 nike

我制作了一个如下所示的小脚本来读取文件组并将它们压缩,一切正常,接受压缩文件在解压缩时包含文件的完整路径。有没有没有目录结构的方法?

compressor = tarfile.open(PATH_TO_ARCHIVE + re.sub('[\s.:"-]+', '', 
str(datetime.datetime.now())) + '.tar.gz', 'w:gz')

for file in os.listdir(os.path.join(settings.MEDIA_ROOT, PATH_CSS_DB_OUT)):
compressor.add(os.path.join(settings.MEDIA_ROOT, PATH_CSS_DB_OUT) + file)

compressor.close()

最佳答案

看看 TarFile.add签名:

... If given, arcname specifies an alternative name for the file in the archive.

关于没有完整路径的python tarfile,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4751008/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com