Just upgraded to v7.1.8 and I'm noticing destination file masks in copy tasks aren't working the way they used to.
For example with
FileName: testFile1.txt
DestinationFileMask: Success_*
It used to work this way:
DestinationFileName: Success_testFile1.txt
Now it works like this:
DestinationFileName: Success_1.txt
If this is a feature and not a bug, how do I tell the copy task to append a string to the file name as it copies? Do I need to use a rename task and then a copy task now?
Thanks.