vote up 1 vote down star

Is it possible to embed Finder functionality in a cocoa app, now that Finder is itself cocoa (assuming the app were to function only in snow leopard)?

What I mean is to have a file browser pane as part of the app, actually browsing the file system itself (to edit in another pane), but without writing all the functionality of the Finder. Thanks!

flag

1 Answer

vote up 0 vote down

No, they have not made Finder simply a host for a framework, like Preview. You still have to write this yourself.

link|flag
The SourceView example code would be a good place to start: developer.apple.com/mac/library/… – irsk Oct 10 at 2:39

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.