sys-access[procedure] sys-access path mode
Gauche: POSIX access(). Four variables are
predefined for mode: F_OK, R_OK, W_OK, X_OK.
Gauche also provides file-exists?, file-is-readable?,
file-is-writable? and file-is-executable?.
Scheme48 has accessible?.
|