Skip to content

Instantly share code, notes, and snippets.

@kluivers
Created May 23, 2012 15:22
Embed
What would you like to do?
'Show in Finder' in Objective-C code.
NSArray *fileURLs = [NSArray arrayWithObjects:fileURL1, /* ... */ nil];
[[NSWorkspace sharedWorkspace] activateFileViewerSelectingURLs:fileURLs];
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment