python_copy

 

copy(s,d)

import shutil
import os
# r = os.listdir('/mnt/hgfs/excel/')
# print(r)
shutil.copy("/mnt/hgfs/excel/qiuwenbin.xlsx","/mnt/hgfs/excel1/qiuwenbin.xlsx")

 

posted @ 2017-09-25 23:17  Bingo_Python  阅读(182)  评论(0编辑  收藏  举报