ExportMap/cs/SGUtils.cs
@@ -219,7 +219,10 @@ if (meta.path.IndexOf("SG\\") > -1) continue; string source = Path.Combine(uploadFolder, meta.path); File.Move(source, Path.Combine(sgFolder, meta.id + "_" + meta.name)); string target = Path.Combine(sgFolder, meta.id + "_" + meta.name); if (File.Exists(target)) File.Delete(target); File.Move(source, target); if ("mpt".Equals(meta.type)) {