Name

GetTemplatePath — Deprecated as of ColdFusion 4.0

Synopsis

GetTemplatePath(path)

Returns the full path to the top-level ColdFusion template calling the function. This function has been made obsolete by the GetBaseTemplatePath( ) function but is still included to ensure backward compatibility. Future code should make use of the GetBaseTemplatePath( ) function. Example:

<CFOUTPUT>The top-level template path is: #GetTemplatePath(  )#</CFOUTPUT>

Get Programming ColdFusion now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.