Automating Changing a Folder Icon Color

.

property userScriptsFolder : path to scripts folder from user domain
--> alias "Apple HD:Users:123:Library:Scripts:"

property userLibraryFolder : path to library folder from user domain
--> alias "Apple HD:Users:123:Library:"

tell application "Finder" to open userLibraryFolder
tell application "Finder" to activate

1 Like