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
getCurrentTemplatePath();
Additional Examples
testPath = getCurrentTemplatePath();
writeDump( testPath );
Related
Last updated
Was this helpful?