Answers for "python os file copy"

21

python os file copy

from shutil import copyfile
copyfile(src, dst)
Posted by: Guest on March-02-2020

Python Answers by Framework

Browse Popular Code Answers by Language