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 03:01:46 -0800
On 3/17/01 1:39 PM, "Michelle Steiner" <email@hidden> wrote:
>
I stupidly made a file on the desktop invisible. How can I make it
>
visible and/or trash it?
>
The simplest way must be with Akua Sweets (tested):
set invisibs to the entries in (path to desktop) as alias without visibility
repeat with f in invisibs
set extInfo to extended info for f
set invisible status of extInfo to false
apply catalog info extInfo to f
end repeat
--
Paul Berkowitz