0

shutil.copyfile(‘source.txt’,’detination.txt)  # <--assumes source.txt is in the project folder
shutil.copyfile(‘source.txt’,’c:\\data\\temp\\detination.txt”)  # <-- copies to specified path