Class CreateTempDirectory

java.lang.Object
ortus.boxlang.runtime.bifs.BIF
ortus.boxlang.runtime.bifs.global.io.CreateTempDirectory

@BoxBIF public class CreateTempDirectory extends BIF
  • Constructor Details

    • CreateTempDirectory

      public CreateTempDirectory()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Creates a temporary directory in the specified directory with the specified prefix if passed.
      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 path to the directory as a string