Next Previous Up Top Contents Index

9.4 The OPERATING-SYSTEM module

login-group

Function

Signature

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

Arguments

None.

Values

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

Library

operating-system

Module

operating-system

Description

Returns as an instance of <string> the group (for example NT domain, or Windows Workgroup) of which the user logged on to the current machine is a member, or #f if the group is unavailable.

See also

login-name, page 185


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index