Chapter 2: ColdFusion Functions
GetBaseTemplatePath
Returns the fully specified path of the base template.
See also GetCurrentTemplatePath,
Syntax
GetBaseTemplatePath()
Example
<!--- 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>
FileExists
and ExpandPath.
355
Need help?
Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?