stat-access?
Name
stat-access? -- Determine if an entity can access the stat'ed object in a given mode.
Type: function
Synopsis
stat-access?
( sb entity mode, result);
Arguments
- sb
An instance of <stat-buf>
- entity
An instance of <symbol>
- mode
An instance of <symbol>
Return Values
- result
An instance of <boolean>
Description
Where entity may be one of
owner,
group, or
world, and mode is one of
read,
write,
execute.