For the complete documentation index, see llms.txt. This page is also available as Markdown.

GetCurrentTemplatePath

Gets the absolute server file system path of the file that calls this function.

Method Signature

GetCurrentTemplatePath()

Arguments

This function does not accept any arguments

Examples

Basic Example

Run Example

getCurrentTemplatePath();

Additional Examples

Run Example

testPath = getCurrentTemplatePath();
writeDump( testPath );

Last updated

Was this helpful?