I have a folder with 120 files like
R699_iii_cvh4071_PM.tif
R700_iii_cvh4072_PM.tif
...
I want to copy each of the files in turn to a folder like
K:\VH_TurnerScans\R699
K:\VH_TurnerScans\R700
...
So I propose that BRU for each filename
copies "R???"
pastes it into "K:\VH_TurnerScans\R???\"
then performs the copy action: filename > K:\VH_TurnerScans\R???\filename
But both RegEx and Copy seem to apply the action only within the filename.
Append Folder name seems to apply the folder name to the file name, but I want a segment of the filename applied to the folder name.
Is there a way to capture R??? then paste it into Copy to location (13) string?
Thank you