GetBaseTemplatePath | |
Description | |
Gets the absolute path of an application's base page. | |
Returns | |
The absolute path of the application base page, as a string. | |
Category | |
Other functions, System functions | |
Function syntax | |
GetBaseTemplatePath() |
|
See also | |
GetCurrentTemplatePath, FileExists, ExpandPath | |
Example<h3>GetBaseTemplatePath Example</h3> <p>The template path of the current page is: <cfoutput>#GetBaseTemplatePath()#</cfoutput> |