Python: Error 13 Permission denied when using shutil.copy but no error for shutil.move

后端 未结 0 1731
生来不讨喜
生来不讨喜 2021-01-28 02:51

I am trying to copy all files and folders from one directory to another. If I run the following, it works fine with no error:

import shutil

input_path = r\'C:\\D         


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