Re: Select None in the Finder
Re: Select None in the Finder
- Subject: Re: Select None in the Finder
- From: Michelle Steiner <email@hidden>
- Date: Tue, 22 May 2001 07:07:51 -0700
On 5/21/01 5:56 PM, Eric Sackett <email@hidden> wrote:
>
Hi. Is there any way to select nothing in the Finder via AppleScript?
>
>
I have a script that mounts a volume, and the volume remains selected in the
>
Finder at the end of the script. I'd like to deselect the volume.
tell application "Finder"
set the selection to {}
end tell
--Michelle
----------------------------------------------------------------------
| Michelle Steiner | We're not human beings having a spiritual |
| | experience. We're spiritual beings |
| email@hidden | having a human experience. |
----------------------------------------------------------------------