Re: Make Finder files invisible
Re: Make Finder files invisible
- Subject: Re: Make Finder files invisible
- From: Michelle Steiner <email@hidden>
- Date: Mon, 21 Jun 2004 09:50:21 -0700
On Jun 21, 2004, at 1:13 AM, Ronald Hofmann wrote:
>
tell application "Finder"
>
set theInfo to info for "MacOSX:Users:ronny:Desktop: Read Me.txt"
>
end tell
>
>
I get the properties list which also contains "visible:true" :
"Info for" is not a Finder property, and "visible" is not a Finder
property (or rather, is not a file or item property accessible from the
Finder). Therefore, the Finder does not know how to handle "set
invisible," nor can it pass it to standard additions because "visible"
is part of the "info for" property, and Finder doesn't know anything
about that.
-- Michelle
--
A hula hoop with a nail in it is a navel destroyer. -- Joe Parks
[demime 0.98b removed an attachment of type application/pgp-signature which had a name of PGP.sig]
_______________________________________________
applescript-users mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/applescript-users
Do not post admin requests to the list. They will be ignored.