• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: API for fetching the computer name in cocoa
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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

References: 
 >API for fetching the computer name in cocoa (From: Arun <email@hidden>)

  • Prev by Date: Re: Photoshop plugin with Cocoa UI problems
  • Next by Date: Re: Photoshop plugin with Cocoa UI problems
  • Previous by thread: Re: API for fetching the computer name in cocoa
  • Next by thread: Re: API for fetching the computer name in cocoa
  • Index(es):
    • Date
    • Thread