site_archiver@lists.apple.com Delivered-To: darwin-dev@lists.apple.com On Nov 18, 2009, at 11:25 PM, rohan a wrote: Now with 10.6, the Finder tool has been re-written using Cocoa. I am using the Alias manager of Carbon framework in my utility, With 10.6 would this work or I need to port to Cocoa ? —Jens _______________________________________________ Do not post admin requests to the list. They will be ignored. Darwin-dev mailing list (Darwin-dev@lists.apple.com) Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/darwin-dev/site_archiver%40lists.appl... The Finder is just an application; it's not the same as the underlying system frameworks. The Finder could be rewritten in Ruby or FORTRAN and it wouldn't affect the APIs you use :) All of the CarbonCore APIs, including the Alias Manager, are still in 10.6. But there are some new methods on NSURL that provide simpler access to aliases (search for "bookmark" in the NSURL API docs.) This email sent to site_archiver@lists.apple.com
participants (1)
-
Jens Alfke