ExportMap/cs/TBUtils.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ExportMap/cs/TBUtils.cs
@@ -100,6 +100,7 @@ /// </summary> private static void MoveFilesToTemp(string sourcePath, string targetPath) { LogOut.Info("TB.移动文件 -> " + sourcePath); MoveFolder(Path.Combine(sourcePath, "数字正射影像图"), Path.Combine(targetPath, "img")); MoveFolder(Path.Combine(sourcePath, "数字高程模型"), Path.Combine(targetPath, "dem")); MoveFolder(Path.Combine(sourcePath, "中线裁剪范围"), Path.Combine(targetPath, "shp"));