int kaccess(
const char *path,
int mode)
R_OK - the file readable W_OK - the file writeable X_OK - the file executable F_OK - the file and directory leading to the file accessible.
none
The routine will check to see if the token specified by the transport is either readable (R_OK), writeable (W_OK), or executable (X_OK), or accessible (F_OK) any possible combination by or'ing the flags together.
none
none
$BOOTSTRAP/objects/library/kutils/src/ktransport.c