Re: De-Selecting all selected files/folders
Re: De-Selecting all selected files/folders
- Subject: Re: De-Selecting all selected files/folders
- From: Paul Berkowitz <email@hidden>
- Date: Tue, 02 Jan 2001 11:59:39 -0800
On 1/2/01 11:34 AM, "Billy Harbinson" <email@hidden> wrote:
>
Is it possible to de-select all previously selected files and folders? I
>
have a script that selects a file and deletes it, but it also deletes a file
>
that was selected earlier by another script.
>
>
Thanks in advance.
>
If you mean in the Finder, please say so.
tell application "Finder" to set selection to {}
--
Paul Berkowitz