FileList

FileList returns a list of files from a folder and optionally its subfolders.

To process the files one at a time, select select Loop results to.

Properties

Folder path

The full path to the folder from where to retrieve the file list.

Include subfolders

Select this to also look for files in subfolders of the provided folder path.

Loop results

Select this to return the file names one at a time.

If selected a loop is created for FileList (see on Design canvas). Add processing instructions inside the loop.

Return full path

If selected the full path to the file will be returned.

If not selected only the file name will be returned.

Search pattern

The file pattern to search for.

If blank, all files will be returned.

Separate multiple patterns with a semi-colon (;).

* matches zero or more characters.

? matches exactly zero or one character.