Copy specific files with copy tree (Python)

前端 未结 0 790
没有蜡笔的小新
没有蜡笔的小新 2021-02-07 03:36

I have this script:

import os, sys, shutil, glob
from distutils.dir_util import copy_tree

if not os.path.exists(\'Files\'):
    os.makedirs(\'Files\')

source_di         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题