//--------------------------------------------------------------------- public static string ReplaceTemplateVars(string template, int timestep) { varValues[TimestepVar] = timestep.ToString(); return(FilePath.ReplaceTemplateVars(template, varValues)); }
//--------------------------------------------------------------------- public static void CheckTemplateVars(string template) { FilePath.CheckTemplateVars(template, knownVars); }