@@ -53,7 +53,7 @@ namespace Client.Start
//执行完成后,删除文件
foreach (var f in filePathList)
{
- //File.Delete(f);
+ File.Delete(f);
}
catch (Exception e)