Moving files to a folder in python

前端 未结 0 1401
太阳男子
太阳男子 2021-01-13 15:19

I have a code that locates files in a folder for me by name and moves them to another set path.

import os, shutil
files = os.listdir("D:/Python/Test"         


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