GetCurrentTemplatePath()

edit

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

GetCurrentTemplatePath( );

Returns: String

This function does not take any arguments.

Examples

edit
testPath = getCurrentTemplatePath();
writeDump(testPath);

See also