List of Import References :
See BOOL
See Char
See Com
See DENOTATION
See Denotation
See Nat
See Option
See Seq
See Set
See UserAndGroup
See Void
SIGNATURE UserAndGroupFun
$Date: 2010-09-30 18:24:17 +0200 (Do, 30. Sep 2010) $ ($Revision: 616 $)
-- convenient user and group functions IMPORT Com[denotation] ONLY com: SORT UserAndGroup ONLY userid: SORT FUN homeDir : denotation -> com[denotation] -- returns home directory for given user name, fails if unknown homeDir : userid -> com[denotation] -- returns home directory for given IUd, fails if unknown
next node: FileSystemFun,
prev node: ProcessCtrl,
up to node: Subsystem Unix