Handbook
Glossary
file-group-name ( path -- string )
Unix file attributes
ยป
Unix file user and group ids
Prev:
file-group-id ( path -- gid )
Next:
set-file-group ( path string/id -- )
Vocabulary
io
.
files
.
info
.
unix
Inputs
path
a pathname string
Outputs
string
a
string
Word description
Returns the group name for a given file.
Definition
USING:
unix.groups
;
IN:
io.files.info.unix
:
file-group-name
( path -- string )
file-group-id
group-name
;