GetCurrentTemplatePath()

Gets the absolute path of the page that calls this function.

GetCurrentTemplatePath( );

Returns: String

This function does not take any arguments.

Examples

testPath = getCurrentTemplatePath();
writeDump(testPath);

See also