NSWorkspaceFinderOperations
last edited December 12, 2005 10:18:40 (146.95.142.139)
| |
|---|---|
| Edit / History / New / Search | Quick Links: Home / Recent Changes / Glossary / Jobs / Forums / Help |
|
NSWorkspace - using the shared workspace to perform finder operations
To do a "Reveal in Finder" type command, you just need the (full) path, and then write something like the following call:
I'm having trouble with this method. Even though the docs are very specific:
I'm getting a new file viewer created each time I call this even though I'm passing @"" for rootFullPath. Anyone else have this problem or know what's up? UPDATE: This only happens if I call the method with a path to a folder. Works as advertised for files.
Did you try passing 'nil' as the path? Sorry, brain-dead question. Never mind I asked. ;-)
What if you specify the parent folder as the rootFullPath? works great for me! EcumeDesJours | |
| Edit / History / New / Search | Quick Links: Home / Recent Changes / Glossary / Jobs / Forums / Help |