Re: How to start/restart the Finder from an AS app?
Re: How to start/restart the Finder from an AS app?
- Subject: Re: How to start/restart the Finder from an AS app?
- From: Michelle Steiner <email@hidden>
- Date: Wed, 19 Dec 2007 09:50:34 -0700
On Dec 19, 2007, at 9:12 AM, Emmanuel wrote: BTW, use the correct case in "Finder" (not "finder") otherwise you get the dreadful "where is application etc" alert.
Er no; Script Editor automatically corrects the case when you compile the script. For any application.
Before compilation: tell application "fInDeR" activate end tell
After compilation: tell application "Finder" activate end tell
-- Michelle
-- Help, I've caught a cult, and can't get out! |
_______________________________________________
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