Pardon if this is covered else where but I have a specific need and can't crack it.
Goal:
• I need to have a single folder with 3 subfolders inside it.
• I need to rename any file placed into any of those subfolders to have a specific name added based on the subfolder in which it is placed.
Example:
Main folder
Subfolder 1 - If a file is placed into Subfolder 1, I need to have that filename amended to add "-sub1".
Subfolder 2 - If a file is placed into Subfolder 2, I need to have that filename amended to add "-sub2".
Subfolder 3 - If a file is placed into Subfolder 3, I need to have that filename amended to add "-sub3".
Can I do this with the Main Folder watched and sub rules under that? Or will I have to set up each subfolder as a watched folder. Just trying to keep the watched folder list manageable and make it as streamlined as possible.
Thanks for any help.