• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: change visibility
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: change visibility


  • Subject: Re: change visibility
  • From: Paul Berkowitz <email@hidden>
  • Date: Mon, 19 Mar 2001 14:02:34 -0800

On 3/19/01 10:50 AM, "Rick Plummer" <email@hidden> wrote:

> Is it possible to change the visibility of a file with Applescript...
> without scripting Resedit

We just did this yesterday here. Using Akua Sweets, yes, without osax, no.

With Akua Sweets, this is how to toggle visibility of a file 'theFile' from
on to off or off to on:


set extInfo to extended info for theFile
set invisStatus to invisible status of extInfo -- i.e. true or false
set invisible status of extInfo to (not invisStatus) -- opposite
apply catalog info extInfo to theFile

--
Paul Berkowitz


References: 
 >change visibility (From: Rick Plummer <email@hidden>)

  • Prev by Date: To debug an elusive bug
  • Next by Date: Best way to test machine has connection to the internet
  • Previous by thread: Re: change visibility
  • Next by thread: Re: change visibility
  • Index(es):
    • Date
    • Thread