Next Previous Up Top Contents Index

9.4 The OPERATING-SYSTEM module

login-name

Function

Summary

Returns as an instance of <string> the name of the user logged on to the current machine, or #f if unavailable.

Signature

login-name () => name-or-false 

Arguments

None.

Values

name-or-false
An instance of false-or(<string>).

Library

operating-system

Module

operating-system

Description

Returns as an instance of <string> the name of the user logged on to the current machine, or #f if unavailable.

See also

login-group, page 186


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index