Child pages
  • File List Element
Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 5 Current »

Gets the list of files in the specified directories.

Parameters in GUI

ParameterDescriptionDefault value
Input directoryInput directory. 
Absolute output pathsSpecify whether to output absolute or relative paths of the files.True
Recursive readingGet files from all nested directories or just from the current one.False
Include name filterFilter files by the specified value. It can be, for example, a file name or a regular expression of the file name. 
Exclude name filterExclude files using the specified filter value. The value can be, for example, a file name or a regular expression of the file name. 

Parameters in Workflow File

Type: get-file-list

ParameterParameter in the GUIType
in-pathInput directorystring
absoluteAbsolute output pathsboolean
recursiveRecursive readingboolean
include-name-filterInclude name filterstring
exclude-name-filterExclude name filterstring

Input/Output Ports

The element has 1 output port:

Name in GUI: out-url

Name in Schema File: out-url

Slots:

Slot In GUISlot in Schema FileType
Source URLout-urlstring
  • No labels