Returns the fully specified path of the base template.
See also GetClientVariablesList, FileExists and ExpandPath.
GetBaseTemplatePath()
<!--- This example uses GetBaseTemplatePath to show the template path of the current page ---> <HTML> <HEAD> <TITLE> GetBaseTemplatePath Example </TITLE> </HEAD> <BODY> <H3>GetBaseTemplatePath Example</H3> <P>The template path of the current page is: <CFOUTPUT>#GetBaseTemplatePath()#</CFOUTPUT> </BODY> </HTML>