<P>Create a Template from a source text file.</P>
<P>Equal to <CODE><A HREF="~JD~gtf#gtf(s,flr,gc,optr,tfltr)~EJD~">GetTemplateFrom</A>(s_templateName, (new <A HREF="~JD~flrf#flrf(s)~EJD~">FLRFile</A>(s_fileName)), gap_config, optr_dbg, template_filter)</CODE></P>
**/
public GetTFFile(String s_templateName, String s_fileName, GapConfig gap_config, Outputter optr_dbg, TFilter template_filter) {
super(s_templateName, (new FLRFile(s_fileName)), gap_config, optr_dbg, template_filter);
}