GetTemplatePath

Description

Returns the fully specified path of the base template.


Note

For backward compatibility, GetTemplatePath is still supported. However, GetBaseTemplatePath supersedes this function, and should be used in place of it.


Category

System functions

Syntax


GetTemplatePath() 

See also

GetBaseTemplatePath, FileExists, ExpandPath

Example

<!--- This example uses GetTemplatePath to show

the template path of the current page --->

<html>

<head>

<title>

GetTemplatePath Example

</title>

</head>



<body>

<H3>GetTemplatePath Example</H3>



<P>The template path of the current page is:

<cfoutput>#GetTemplatePath()#</cfoutput>



</body>

</html>



Banner.Novgorod.Ru