Module rs9p::fcall::p92000::om [−][src]
The type of I/O
Open mode to be checked against the permissions for the file.
Constants
| CEXEC | Or’ed in, close on exec |
| EXEC | Execute, == read but check execute permission |
| RCLOSE | Or’ed in, remove on close |
| RDWR | Read and write |
| READ | Open for read |
| TRUNC | Or’ed in (except for exec), truncate file first |
| WRITE | Write |