getBaseTemplatePath

Description

Gets the absolute path of an application’s base page.

Categories

Related

Syntax

GetBaseTemplatePath()

Returns

The absolute path of the application base page, as a string.

Example

<h3>GetBaseTemplatePath Example</h3> 
 
The template path of the current page is: 
<cfoutput>#GetBaseTemplatePath()#</cfoutput>