Re: API for fetching the computer name in cocoa
Re: API for fetching the computer name in cocoa
- Subject: Re: API for fetching the computer name in cocoa
- From: Sidney San MartÃn <email@hidden>
- Date: Thu, 11 Jun 2009 12:34:03 -0400
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<email@hidden> 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 (email@hidden)
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:
This email sent to email@hidden