Copy specific files in a all Directory with python

前端 未结 0 1577
陌清茗
陌清茗 2021-02-07 06:59

I found out how to do it with this script:

import os, sys, shutil, glob

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

source_dir = os.path.join(o         


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