Re: count of Finder windows: Is this a bug?
Re: count of Finder windows: Is this a bug?
- Subject: Re: count of Finder windows: Is this a bug?
- From: Brian Christmas <email@hidden>
- Date: Fri, 19 Nov 2010 07:29:40 +1100
On 19/11/2010, at 7:04 AM, Gil Dawson wrote: Thanks to Jim Matthews of FetchSoftWorks for helping me isolate this one.
This script:
tell application "Finder" log "count of Finder windows=" & (count of Finder windows) repeat with w in Finder windows log "name of w=" & name of w end repeat
G'day Gil
Syntax error
try
tell application "Finder" log "count of Finder windows=" & (count of Finder windows) repeat with w in (get Finder windows) log "name of w=" & name of w end repeat end tell
Regards
Santa
And what, you ask, was the beginning of it all? And it is this...... Existence that multiplied itself For sheer delight of being And plunged with numberless trillions of forms So that it might find itself innumerably
Sri Aurobindo
|
_______________________________________________
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