Re: Finder 'update' command broken?
Re: Finder 'update' command broken?
- Subject: Re: Finder 'update' command broken?
- From: Laine Lee <email@hidden>
- Date: Thu, 26 Jun 2008 11:44:21 -0500
- Thread-topic: Finder 'update' command broken?
On Jun 24, 2008, at 8:58 AM, Bill Cheeseman wrote:
> Running the newly installed app works perfectly well, but the Finder still
> remains ignorant.
This is a pretty recently posted solution (not by me, but I'm lazy today).
Does it work in Leopard, still?
tell application "Finder"
repeat with i from 1 to count of Finder windows
tell window i
try
update every item with necessity
end try
end tell
end repeat
end tell
--
Laine Lee
_______________________________________________
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