Re: applescript-users digest, Vol 2 #514 - 17 msgs
Re: applescript-users digest, Vol 2 #514 - 17 msgs
- Subject: Re: applescript-users digest, Vol 2 #514 - 17 msgs
- From: JJ <email@hidden>
- Date: Tue, 20 Mar 2001 09:03:17 +0100
>
Message: 16
>
Date: Mon, 19 Mar 2001 22:23:14 +0100
>
Subject: Re: change visibility
>
From: Jean-Marie Hoornaert <email@hidden>
>
To: <email@hidden>
>
>
le 19/03/01 19:50, Rick Plummer a icrit :
>
>
> Is it possible to change the visibility of a file with Applescript...
>
> without scripting Resedit
>
>
Use the File Visibility scripting addition (at http://osaxen.com/)
>
>
and a script like
>
>
[script]
>
>
set the_File to choose file -- show visible and invisible files
>
make file visible the_File -- or ,
>
make file invisible the_File
>
>
[/script]
>
>
Hope this helps
Hi.
This doesn't works for me (OS 8.6 -> 9.04)
<script>
set thefolder to choose folder -- "choose folder" doesn't show invisible
folders nor files, but OS 8.1->8.5 did it.
<end script>
In fact I can make invisible files and folders, and I can make visible
files, but not folders.
What changed in "choose folder" command?
JJ