Pushing the Greatness of Humtastesweet.blog.chinaunix.net
tastesweet
全部博文(245)
webrtc(1)
freeswitch(2)
Router(0)
RFC(0)
雅思(1)
GRE语文(0)
GRE数学(2)
GRE作文(0)
GRE单词(0)
Opencv(2)
Free Software(0)
计算机专业技术资(7)
webkit(0)
gnash(3)
radvision H.323 (1)
kernel移植与研究(2)
nice tip(21)
tools(7)
GUI(1)
command in linux(1)
net(7)
shell(3)
driver(16)
os_learn(27)
bootloader(9)
Shell命令解释器(5)
控制算法(5)
New Materials fo(1)
US robot(0)
Japan robot(1)
Artificial Intel(0)
MSP430(1)
ARM920T(3)
life in cumtb(0)
life in sunplus(4)
2013年(4)
2012年(8)
2011年(13)
2010年(68)
2009年(152)
yidou
smilylqq
yfj300
galel
叶绍琛
lixw_chi
shenxiao
skyily
小超hide
wangjial
cynthia
浪花小雨
Bsolar
iBoost
goodhaoy
a4088264
57132399
jiajia71
分类: Python/Ruby
2010-11-14 22:27:36
import shutilsrcDir= "c:\\"srcFileList=['1.txt','python.txt']dstDir="d:\\"dstFileList=['1.txt','python.txt']srcFile = [(srcDir+file) for file in srcFileList]dstFile = [ (dstDir+file) for file in dstFileList]for file in srcFileList: shutil.copy( srcDir+file,dstDir+file) print("copy "+(srcDir+file)+" to "+(dstDir+file))
上一篇:Python_多线程编程
下一篇:Python内置数据类型
登录 注册