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 ?
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 ?
 
    
     
    
    Have a look at shutil.copy it allows you to copy files.
