Class DirectoryExists

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

@BoxBIF(description="Check if a directory exists") public class DirectoryExists extends BIF
  • Constructor Details

    • DirectoryExists

      public DirectoryExists()
      Constructor
  • Method Details

    • _invoke

      public Object _invoke(IBoxContext context, ArgumentsScope arguments)
      Determines whether a directory exists
      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