Re: Make Finder files invisible
Re: Make Finder files invisible
- Subject: Re: Make Finder files invisible
- From: Walter Ian Kaye <email@hidden>
- Date: Mon, 21 Jun 2004 01:45:45 -0700
At 10:13a +0200 06/21/2004, Ronald Hofmann didst inscribe upon an
electronic papyrus:
Am 21.06.2004 um 09:33 schrieb Michelle Steiner:
> "Visible" is not a property of finder items.
I don't think so. When I execute:
tell application "Finder"
set theInfo to info for "MacOSX:Users:ronny:Desktop: Read Me.txt"
end tell
#1: 'info for' is *not* a Finder command; it is a Scripting Addition command.
If you thought it was because you saw it in someone's else's code, be
advised that it was probably for the purpose of code proximity, not
functionality.
I get the properties list which also contains "visible:true"
#2: Those properties from the Scripting Addition are read only.
#3: See my previous message (ours crossed in the mail...) for the solution.
-Walter
_______________________________________________
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.