在vista下 如何用c#复制一个文件同上[解决办法]using System.IO;方法:if(File.Exists(fileName)){ File.Copy(fileName,newPath);}