Eason's 記事本
2019年3月11日 星期一
python copy file and rename
#copy file (src) and move to the destination (dst)
from
shutil
import
copyfile
copyfile
(
src
,
dst
)
ref:
https://stackoverflow.com/questions/123198/how-do-i-copy-a-file-in-python
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)