WinForm(C#)复制文件

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

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

原文地址:https://www.cnblogs.com/qfb620/p/1875057.html