Getbasetemplatepath - MACROMEDIA COLDFUSION 4.5-CFML LANGUAGE Reference

Cfml language reference
Table of Contents

Advertisement

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

Advertisement

Table of Contents
loading
Need help?

Need help?

Do you have a question about the COLDFUSION 4.5-CFML LANGUAGE and is the answer not in the manual?

This manual is also suitable for:

Coldfusion 4.5

Table of Contents