Whatever message this page gives is out now! Go check it out!
GetCurrentTemplatePath() |
<!--- This example uses GetCurrentTemplatePath to show the
template path of the current page --->
<h3>GetCurrentTemplatePath Example</h3>
<p>The template path of the current page is:
<cfoutput>#GetCurrentTemplatePath()#</cfoutput>
<p>The directory containing the current template is:
<cfoutput>#GetDirectoryFromPath(GetCurrentTemplatePath())#</cfoutput>