Python

Pythonでファイルをコピーする

サンプルコード

from shutil import copyfile
copyfile(src_path, dst_path)