FileList
FileList returns a list of files from a folder and optionally its subfolders.
Check Loop results to process the files one at a time.
Properties
Folder path
Source of the file names to return.
Include subfolders
Check this to look for files in subfolders as well.
Loop results
Check this to return the file names one at a time.
Return full path
If true will return the full path to the file else will only return the file name.
Search pattern
A pattern to limit the results.
* matches zero or more characters.
? matches exactly zero or one character.