The use of file mask has changed since upgrading to 6.0.8
For example:
Within a copy task, and the Include File Mask contains "xxx*.txt"; this task will fail with an exit code 77777 (Exception in Task: No file(s) copied) even though a file named xxx.txt exists in the Folder.
However, if I change the existing file to xxx1.txt, the task executes successfully. This is not the behavior found in release 5.1.6. In that release a file mask of xxx*.txt will return the file xxx.txt.
Can we have the original File Mask behavior back?