In the Amiga version this is taken from the environment variable
USERNAME.
(user-login-name)
=> "jsh"
In the Amiga version this is taken from the REALNAME environment
variable.
(user-real-name)
=> "John Harper"
The first place this is looked for is in the HOME environment
variable; if this variable doesn't exist we either use the `SYS:'
logical device in AmigaDOS or consult the passwd file when in Unix.
(user-home-directory)
=> "/home/jsh/"
Go to the first, previous, next, last section, table of contents.