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, GetDirectoryFromPath, FileExists, ExpandPath
Usage
Contrast this with the GetCurrentTemplatePath function, which returns if called from an included page returns the page path of the included template rather than the base (including) template.
Example
<h3>GetBaseTemplatePath Example</h3>
|