25 lines
500 B
Plaintext
25 lines
500 B
Plaintext
|
|
USER_PATH(1) USER_PATH(1)
|
|
|
|
NAME
|
|
user_path() - returns the home directory of the user named
|
|
|
|
SYNOPSIS
|
|
string user_path(string name)
|
|
|
|
DESCRIPTION
|
|
This function returns the home directory of the user named
|
|
as an argument.
|
|
|
|
EXAMPLES
|
|
user_path("descartes") returns "/realms/descartes"
|
|
|
|
LOCATION
|
|
/secure/sefun/user_path.c
|
|
|
|
Author
|
|
Descartes of Borg
|
|
|
|
1
|
|
|