I am trying to get the comments from the get info option on the folder. I have tried the following, but can’t seem to get it.
I am getting an error on the comment line and have no idea what I am doing wrong.
Your help would be very appreciated
property this_folder : "eMotion:Production:Upload:proof images:"
set myInfo to info for (this_folder as alias)
tell application "finder"
set mycomment to comment for (this_folder as alias)
end tell