-6

I am having a file named as new11 and new12 and the path is source=\Users\user.CLPSTPDFC46\Desktop\new11 and dest=\Users\user.CLPSTPDFC46\Desktop\new12

Now I need to copy the content from new11 to new12. how can I approach this ?

ZdaR
  • 22,343
  • 7
  • 66
  • 87

1 Answers1

3

Have a look at shutil.copy it allows you to copy files.

Sjuul Janssen
  • 1,772
  • 1
  • 14
  • 28