Codetry { System.IO.FileInfo fi = new System.IO.FileInfo("d:/xxx.xx"); fi.CopyTo("d:/xxx_1.xx"); } catch(Exception E) { //复制失败了!通过 E 可得到更多失败的信息。在这里打印出你的出错信息,显示给用户。 }