如: 将C:\aa.txt 文件复制到 D:\ 下面怎么办?

 

System.IO.File.Copy("C:\aa.txt","d:\aa.txt");  

相关文章: