Next Previous Up Top Contents Index

9.4 The OPERATING-SYSTEM module

owner-organization

Function

Summary

Returns the organization to which the user who owns the current machine belongs, if available.

Signature

owner-organization () => organization-or-false 

Arguments

None.

Values

organization-or-false

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

Library

operating-system

Module

operating-system

Description

Returns as an instance of <string> the organization to which the user who owns the current machine belongs, or #f if the name is unavailable.


System and I/O Reference - 31 MAR 2000

Next Previous Up Top Contents Index