sorry if this was asked before, i did not find anything.
here is the simplifed data structure (:
AMINALS
├─ _NEWDATA………...…."source folder"
├─ 01_DOGS
│ ├─ _newdata_dogs…….one of 95 "target folders"
│ ├─ dogype1
│ ├─ dogtype2
│ └─ dogype3
├─ 02_CATS
│ ├─ _newdata_cats……...one of 95 "target folders"
│ ├─ catttype1
│ ├─ cattype2
│ └─ cattype3
├─ 03_HORSES…………...etc etc as above 95 times
├─ 04_...
└─ 95_SQUIRRELS
SO FAR
i simply made 95 rules for the source folder "_NEWDATA"
95 x "move these specific files into this specific target folder"
worked perfectly fine.
BUT NOW
i have to both rename+move the folder "ANIMALS" to a new location,
that means all 95 rules are broken
QUESTION
every time the folder "ANIMALS" is renamed or moved
the 95 rules have to be manually corrected?
i hope there is a smarter way (:
thank you very much for feedback!