file-user-id ( path -- uid )
Unix file attributes ยป Unix file user and group ids

Next:file-user-name ( path -- string )


Vocabulary
io.files.info.unix

Inputs
patha pathname string


Outputs
uidan integer


Word description
Returns the user id for a given file.

Definition