Re: Sending a list of path strings to the Finder via Scripting Bridge
Re: Sending a list of path strings to the Finder via Scripting Bridge
- Subject: Re: Sending a list of path strings to the Finder via Scripting Bridge
- From: Peter <email@hidden>
- Date: Fri, 25 May 2012 09:14:35 +0200
Am 25.05.2012 um 09:09 schrieb Quincey Morris:
> On May 24, 2012, at 23:56 , Peter wrote:
>
>> I'd like to reveal/select multiple items in the Finder.
>> NSWorkspace only handles single files as in
>>
>> [[NSWorkspace sharedWorkspace] selectFile:currentFilePath
>> inFileViewerRootedAtPath:currentFilePath];
>
> How about -[NSWorkspace activateFileViewerSelectingURLs:] (10.6+)?
Oh, thanks - I admit I missed this one, but I am supporting OS 10.5, so I still have to find a way for it.
_______________________________________________
Cocoa-dev mailing list (email@hidden)
Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden