You can use the System Configuration framework to retrieve the computer name:

NSString *computerName =
[(NSString*)SCDynamicStoreCopyComputerName(NULL, NULL)  autorelease];

-Sidney

On Thu, Jun 11, 2009 at 12:08 PM, Arun<arun...@gmail.com> wrote:
> Hi All,
>
> Is there any API in cocoa which can be used to fetch computer name which is
> getting displayed in Finder?
>
> Thanks
> Arun
_______________________________________________

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

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

Reply via email to