file-user-name ( path -- string )
Unix file attributes ยป Unix file user and group ids

Prev:file-user-id ( path -- uid )
Next:set-file-user ( path string/id -- )


Vocabulary
io.files.info.unix

Inputs
patha pathname string


Outputs
stringa string


Word description
Returns the user-name for a given file.

Definition