Re: Folder Access, invisibility
Re: Folder Access, invisibility
- Subject: Re: Folder Access, invisibility
- From: Michelle Steiner <email@hidden>
- Date: Mon, 2 Apr 2007 11:37:00 -0700
On Apr 2, 2007, at 11:00 AM, Stockly, Ed wrote:
Also, is it possible via applescript to change the visibility of a
folder?
This will do it; however, the folder will appear dimmed until the
enclosing folder is closed and reopened. After that, it will be
invisible.
set foo to choose folder
set dot to "."
tell application "Finder"
set the name of foo to dot & name of foo
update parent of foo
end tell
--
Iran is the new Iraq.
Iraq was the new Iran.
_______________________________________________
Do not post admin requests to the list. They will be ignored.
AppleScript-Users mailing list (email@hidden)
Help/Unsubscribe/Update your Subscription:
Archives: http://lists.apple.com/archives/applescript-users
This email sent to email@hidden