Re: How to access the comment information for files.
Re: How to access the comment information for files.
- Subject: Re: How to access the comment information for files.
- From: Michelle Steiner <email@hidden>
- Date: Wed, 21 Mar 2001 15:13:28 -0800
On 3/21/01 8:27 AM, Robert Seckendorf <email@hidden> wrote:
>
Can anyone tell me how to access the comment information for a file? I need
>
to be able to load it into a variable.
tell application "Finder"
set the SelectedFile to item 1 of the selection
set the FileComment to the comment of the SelectedFile
end tell
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------