Re: Getting the user's name from cocoa
Re: Getting the user's name from cocoa
- Subject: Re: Getting the user's name from cocoa
- From: Stéphane Sudre <email@hidden>
- Date: Mon, 2 Jul 2001 14:34:37 +0200
On lundi, juillet 2, 2001, at 10:39 AM, Simon Stapleton wrote:
Another newbie question.
I'm just adding a bunch of defaults processing to my app, and one of the
fields it asks for is the user's name. Now it occurs to me that the
system knows who the user is - is this stored anywhere in the cocoa
preferences stuff, or do I have to go off to the OS and get it?
NSString *NSFullUserName(void);
NSString *NSUserName(void);