Community forum

Please note that VisualCron support is not actively monitoring this community forum. Please use our contact page for contacting the VisualCron support directly.


Guest
  •  MHIO
  • No customer Topic Starter
2014-07-02T17:23:21Z
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.
Sponsor
Forum information
ErikC
2014-07-03T06:09:35Z
Hi,

There is a change indeed if you compare version 6 with 7.
To get what you want use:

Destination filename mask: *
Post process mask: Success_{NEWNAME()}

Regards,
Erik
Uses Visualcron since 2006.
Scroll to Top