I have a set of files inside a folder. They all have a name which matches the pattern DR__.*. I want to copy them to another folder, but removing the DR__ prefix. How can I do t
I recently had to do something similar to this as well, and ended up with a hacky, but workable solution based on in-line custom tasks.