Select Files
With this node you can select files in a folder or subfolder.
It has the following configuration options:
- Folder to list: here you can specify the folder to list.
- Recursive: if you select this checkbox, all files found in the subfolder of the specified listed folder will also be returned. If you leave this checkbox unselected, only the specified folder will be listed.
- File Name Pattern: here you can specify a regular expression to filter the file names. If this
parameter is set to .*, all files will be returned.Note: You can use https://regex101.com as an online regex tester.
- Expected number of files: here you can specify the number of files you expect to match. The node will fail if the found number of files does not match.