Re: Comments Field
Re: Comments Field
- Subject: Re: Comments Field
- From: Greg Back <email@hidden>
- Date: Mon, 10 Dec 2001 15:35:25 -0500
>
Message: 14
>
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.
>
>
TIA
>
-Robbie
tell application "Finder" to set comment of thefile to thecomment
where thefile is a finder alias or file specification (i think) and the
comment is a valid string.
--
Greg