Re: AppleScript fails in Automator - Permissions error
Re: AppleScript fails in Automator - Permissions error
- Subject: Re: AppleScript fails in Automator - Permissions error
- From: Luther Fuller <email@hidden>
- Date: Mon, 08 Jul 2013 10:47:05 -0500
On Jul 8, 2013, at 10:18 AM, koenig.yvan wrote: What you describe as "permanently" is in fact "temporarily" because the folder will be hidden again after every system update. The alias will be permanently visible.
Another approach is to save this script as an application ...
set libAlias to path to library folder from user domain tell application "System Events" set visible of libAlias to true end tell beep
The Library folder will be visible long term. (I am tempted to call it "permanent", but I do have to run this script again on rare occasions.)
|
_______________________________________________
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