Re: Help; I did something stupid!
Re: Help; I did something stupid!
- Subject: Re: Help; I did something stupid!
- From: Paul Berkowitz <email@hidden>
- Date: Sun, 18 Mar 2001 15:52:29 -0800
On 3/18/01 10:57 AM, "Michelle Steiner" <email@hidden> wrote:
>
On 3/18/01 8:37 AM, Rob Jorgensen <email@hidden> wrote:
>
>
> Sherlock will allow you to search for invisible files, and possibly
>
> move them to the trash.
>
>
I will show them, but not let you do anything with them.
>
>
Too bad that Applescript won't let you toggle the invisible property of a
>
file.
>
But I showed you a way to do just that, with Akua Sweets. Here it is again:
set extInfo to extended info for theFile
set invisible status of extInfo to true-- or false
apply catalog info extInfo to theFile
It couldn't be much easier.
--
Paul Berkowitz