Re: Comments Field
Re: Comments Field
- Subject: Re: Comments Field
- From: "Marc K. Myers" <email@hidden>
- Date: Mon, 10 Dec 2001 13:46:35 -0500
- Organization: [very little]
>
Date: Mon, 10 Dec 2001 12:40:36 -0500
>
Subject: Comments Field
>
From: Robbie Newton <email@hidden>
>
To: AppleScript Users List <email@hidden>
>
>
How do you set the comments field of a file or folder????
>
>
Simple but I still can't seem to find it.
Comment is a property of a Finder item.
tell application "Finder"
set comment of (choose file) to "Hello, World!"
set comment of (choose folder) to "This is my folder"
end tell
Marc K. Myers <email@hidden>
http://AppleScriptsToGo.com
4020 W.220th St.
Fairview Park, OH 44126
(440) 331-1074
[12/10/01 1:45:24 PM]