如果判断文件存在后覆盖此文件 I/O如果判断文件存在后覆盖此文件 好象是有个参数true 还是false[解决办法]if (System.IO.File.Exists(path)) { System.IO.File.Delete(path); .... } }