import shutil import pathlib fromPath = pathlib.Path(コピー元ファイル名) toPath = pathlib.Path(コピー先ディレクトリ または ファイル名) shutil.copy(fromPath, ...
確定! 回上一頁