Re: Set visible
Re: Set visible
- Subject: Re: Set visible
- From: Reinhold Penner <email@hidden>
- Date: Fri, 16 Aug 2002 10:58:29 -1000
The question is just how does one set or clear the visible attribute
from AppleScript? Perhaps a tell block addressed to Sherlock?
or perhaps by setting its name to something that's normally hidden? Here
is a truly hideous way of doing this:
tell application "Finder"
set name of file myVisibleFile to ".invisible file"
end tell
HTH, -Reinhold
_______________________________________________
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.