File - list directory contents

Description - Lists the contents of a file directory

Runtime Class - com.ibi.agents.XDFileDirListAgent



Parameter Groups

 ParameterTypeDescription
*Directory Path:stringThe directory path to list its contents.
* - denotes required
 ParameterTypeDescription
Include:stringWhat items should be included in the listing.

Select from one of the following options:
  • Files {file} - Include only file names
  • Subdirectories {subdir} - Include only subdirectory names
  • All {all} - Include both files and subdirectories
Selection Expression:stringRegular expression used to select files/directories, based on Pattern Type.
Pattern Type:stringIf the Selection Expression is supplied, indicate whether it should be interpreted as a regular expression or a DOS-style wildcard.

Select from one of the following options:
  • Regular Expression {regex} - Full regular expressions used in selection
  • DOS-style Wild card {wildcard} - DOS-style wildcards (* and ? only)
* - denotes required

Output Events

NameDescription
OnNotFoundThe resource was not found and this is considered an error.
OnFailedOperationCould not perform the operation requested.