MacOSX Give alias/symlink label color but not original file

g4mm4

Registered
Hoi dear members,

i have a short question. Is it possible to set the label of an alias/symlink to a certain color without effecting other symlinks and the original file?

Lets say if have one main folder and different subgroups. Each subgroups contains symlinks to the files in the main folder. I want know to color these symlinks according to some variables which is easily done with

osascript -e "tell application \"Finder\" to set label index of alias POSIX file \"$1\" to \"$2\""
Unfortunately this changes the label index of the main file as well as and the ones from all other symlinks to that particular file.

Thanks a lot in advance :)
 
Back
Top