NSPIFG support
NSPIFG2 missing genmac NSP IFG improvements
This commit is contained in:
@@ -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");
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user