This task reads the names of all files in a given directory with a given filemask.
Input Parameters
FolderPath
- The path to the directory that files are being read from.
FileMask
- The filemask based on which the files are read.
Output Result
String
- Returns a list of full file names matching the parameters.