Class GetCurrentTemplatePath

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.system.GetCurrentTemplatePath

@BoxBIF(description="Get the path of the current template") public class GetCurrentTemplatePath extends BIF
  • Constructor Details

    • GetCurrentTemplatePath

      public GetCurrentTemplatePath()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Gets the absolute server file system path of the file that calls this function.
      Specified by:
      _invoke in class BIF
      Parameters:
      context - The context in which the BIF is being invoked.
      arguments - Argument scope for the BIF.
      Returns:
      The result of the invocation