Up

getUserRealName

On MS Windows, it is the same function than getUserName. On GNU/Linux, it returns the given name from the /etc/passwd file. If no name, returns the same string than getUserName.

Prototype :

fun [] S

Return : S the real user name or nil if error

See also :

getUserName