ExportMap/cs/SGUtils.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
ExportMap/cs/SGUtils.cs
@@ -121,7 +121,18 @@ continue; } // if ("mpt".Equals(meta.type)) { string midx = Path.Combine(uploadFolder, meta.path.Replace(".mpt", ".midx")); string strmi = Path.Combine(uploadFolder, meta.path.Replace(".mpt", ".strmi")); if (!File.Exists(midx) || !File.Exists(strmi)) { list.RemoveAt(i); continue; } } i++; } } }