Python Copy File Command

Tags: Python, copyfile, copy file

from shutil import copyfile

copyfile('C:\\mydirectory\\myfile.txt','F:\\myfile.txt')

No Comments

You must log on to comment.