Eason's 記事本
網頁
(移至...)
首頁
群益api, python, COM, 快速引索
群益 API, 錯誤碼 error code , 錯誤排除記錄
小技巧
洪大師選股法_test
金融相關網頁收藏
Hmodel test
▼
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
‹
›
首頁
查看網路版