Hello,
I have a task where I'm copying files from one location to another. After I copy the file from location A to location B, I want to rename the file. The name of the file I'm copying is a mile long and it will be different every time I copy it, so I think putting the name in the task is not possible. The long name is fine for the copy, but the rename is causing me a headache. All I want to do is, "After copy, rename the file to NAME_yyyymmdd.bak" The NAME_ would be unique for each rename. Any suggestions?