Read the docs:
shutil.copyfile(src, dst)Copy the contents (no metadata) of the file named src to a file
named dst. dst must be the complete target file name; look atcopy()
for a copy that accepts a target directory path.
Read the docs:
shutil.copyfile(src, dst)Copy the contents (no metadata) of the file named src to a file
named dst. dst must be the complete target file name; look atcopy()
for a copy that accepts a target directory path.