On Tue, 23 Jul 2002 13:23:14 -0400 "Yen-Ju Chen" <[EMAIL PROTECTED]> wrote: > Hi, > Is there any easy way to know the user name, host name, > application name and version from GNUstep dynamically? > Thanx.
Take a look at NSProcessInfo. There's -hostName, -processName. In NSUser.m you'll find NSUserName() that returns the user's name. -- Chris _______________________________________________ Help-gnustep mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/help-gnustep
