Currently, edits to the template are overwritten when FVSIn is run. @lbross's suggestion to combat this is the following:
Check to see if the file is already in the 'copy to' location in the validation section before the process starts to run. That way BioSum doesn't prompt multiple times for multiple variants.
If it is, pop a messageBox asking the user if they want to overwrite
If they say yes, save the old copy off with a timestamp
Currently, edits to the template are overwritten when FVSIn is run. @lbross's suggestion to combat this is the following: