I am working on a project that causes me to use a Folder "/Volume-1/C" and I want to know any time a directory is created there whether it -already exists- elsewhere, in "/Volume-2/A/B" location.
If the Folder exists in the trigger Folder "C" but not in "B", I want to tag the directory in Folder "C" with a Yellow tag. If the Folder does -not- exist in "B", I want to make it a Green tag.
I read the Sync Folders example, but don't understand how I might apply that general pattern, but I suspect that's the one.
Thank you.
/Volume-1/C/Apples
/Volume-1/C/Oranges
/Volume-1/C/Pears
/Volumes-2/A/B/Pears
Apples and Oranges Folders would be Tag Green, and Pears would be Tag Yellow.