Re: Make Finder files invisible
Re: Make Finder files invisible
- Subject: Re: Make Finder files invisible
- From: Graff <email@hidden>
- Date: Mon, 21 Jun 2004 09:28:02 -0400
Try removing the tell block, it will still work. The "info for"
command is part of the Standard Additions OSAX and doesn't need a
particular application to work. Also, the visible property that you
see in that property list is read-only. Look in the Standard
Additions.osax dictionary under File Commands->Class file information
and you will see:
visible boolean [r/o] -- Is the item visible?
- Ken
On Jun 21, 2004, at 4:13 AM, Ronald Hofmann wrote:
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
I get the properties list which also contains "visible:true" :
info for alias "MacOSX:Users:ronny:Desktop: Read Me.txt" {name:" Read
Me.txt", creation date:date "Dienstag, 1. Mdrz 1994 16:30:18 Uhr",
modification date:date "Freitag, 5. Februar 1999 14:14:58 Uhr", icon
position:{0, 0}, size:1302.0, folder:false, alias:false, name
extension:"txt", extension hidden:false, visible:true, package
folder:false, file type:"TEXT", file creator:"R*ch", displayed name:"
Read Me.txt", default application:alias
"MacOSX:Programme2:BBEdit7:BBEdit.app:", kind:"BBEdit text file",
locked:false, busy status:false, short version:"", long version:""}
_______________________________________________
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.