ExportMap/cs/Tools.cs
@@ -251,5 +251,16 @@ return sys; } /// <summary> /// 删除路径 /// </summary> public static string DelPath(string path) { List<string> list = new List<string>(); list.Add(string.Format("rd \"{0}\" /s /q", path)); return ExecCmd(list); } } }