Re: Objective-C Equivalent of System.currentFullUserName()
Re: Objective-C Equivalent of System.currentFullUserName()
- Subject: Re: Objective-C Equivalent of System.currentFullUserName()
- From: Ondra Cada <email@hidden>
- Date: Fri, 9 Apr 2004 15:37:00 +0200
Matthew,
On Friday, Apr 9, 2004, at 15:08 Europe/Prague, Matthew Christensen
wrote:
In the cocoa documentation, there is a Java class NSSystem with a
method currentFullUserName. Does anyone know what the Objective-C
equivalent is? It looks like I can get the login name from [[NSProcess
processInfo[ enviroment], but in this particular case I need the full
user name.
What about the plain old
NSFullUserName();
?
---
Ondra Hada
OCSoftware: email@hidden
http://www.ocs.cz
private email@hidden
http://www.ocs.cz/oc
_______________________________________________
cocoa-dev mailing list | email@hidden
Help/Unsubscribe/Archives:
http://www.lists.apple.com/mailman/listinfo/cocoa-dev
Do not post admin requests to the list. They will be ignored.