August 2003
Intermediate to advanced
1140 pages
68h 45m
English
GetCurrentTemplatePath
GetCurrentTemplatePath(path)Returns the full path to the ColdFusion template that calls the
function. This function differs from GetBaseTemplatePath(
) in that it returns the path to an included template if
called from a directory other than the parent template. Example:
<cfoutput>The full path to the template is: #GetCurrentTemplatePath( )#</cfoutput>