NSPIFG support

NSPIFG2 missing genmac
NSP IFG improvements
This commit is contained in:
2013-07-17 13:09:04 +00:00
parent 60fc6bbd18
commit 15efb46dd3
7 changed files with 61 additions and 18 deletions

View File

@@ -583,6 +583,9 @@ namespace fmtxml
myConvert.Save(tbResultPath.Text + @"genmacall\" + fi.Name.ToLower().Replace(".rtf", ".svg"));
}
}
// The NSPIFG2 file did not exist. Copy over NSPIFG to it.
FileInfo fix = new FileInfo(tbResultPath.Text + @"genmacall\nspifg.svg");
fix.CopyTo(tbResultPath.Text + @"genmacall\nspifg2.svg");
MessageBox.Show("DONE converting GenMac RTF files to drawing svg - Results are in " + tbResultPath.Text + @"genmacall");
}