Hi,

I'd like to reveal/select multiple items in the Finder.
NSWorkspace only handles single files as in 

            [[NSWorkspace sharedWorkspace] selectFile:currentFilePath
                             inFileViewerRootedAtPath:currentFilePath];

I searched Google and tried to pick up every scrap of information on the 
Scripting Bridge but I could not find anything about sending a LIST of paths.

If all fails I'll have to convert the path strings to hfs paths and 
string-assemble a script to run using NSAppleScript in code - which feels 
clumsy.

Thank you for any pointers!

Peter
_______________________________________________

Cocoa-dev mailing list (Cocoa-dev@lists.apple.com)

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:
https://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com

This email sent to arch...@mail-archive.com

Reply via email to