Make Finder files invisible
Make Finder files invisible
- Subject: Make Finder files invisible
- From: Ronald Hofmann <email@hidden>
- Date: Mon, 21 Jun 2004 09:18:43 +0200
Good morning.
I'm trying to make a file invisible by this:
tell application "Finder"
set theItem to choose file
set the visible of theItem to false
end tell
After execution I get an error: Finder has got an error: visible of
alias \"MacOSX:Users:ronny:Desktop: Read Me\" cannot be set to
false"
What am I doing wron?
Ronald
_______________________________________________
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.