Class Directory
java.lang.Object
ortus.boxlang.runtime.components.Component
ortus.boxlang.runtime.components.io.Directory
@BoxComponent(description="Perform directory operations and file listing")
public class Directory
extends Component
-
Nested Class Summary
Nested classes/interfaces inherited from class ortus.boxlang.runtime.components.Component
Component.BodyResult, Component.ComponentBody -
Field Summary
Fields inherited from class ortus.boxlang.runtime.components.Component
componentService, declaredAttributes, DEFAULT_RETURN, functionService, ignoreEnableOutputOnly, interceptorService, logger, name, runtime -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription_invoke(IBoxContext context, IStruct attributes, Component.ComponentBody body, IStruct executionState) Allows you to list, create, delete or rename a directory in the server file system.Methods inherited from class ortus.boxlang.runtime.components.Component
announce, getDeclaredAttributes, getName, invoke, isIgnoreEnableOutputOnly, processBody, processBody, setIgnoreEnableOutputOnly, setName, validateAttributes
-
Constructor Details
-
Directory
public Directory()Constructor
-
-
Method Details
-
_invoke
public Component.BodyResult _invoke(IBoxContext context, IStruct attributes, Component.ComponentBody body, IStruct executionState) Allows you to list, create, delete or rename a directory in the server file system.
-