mud/lib/doc/sefun/user_path
2020-09-06 05:43:07 -07:00

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