file-options[syntax] file-options file-option-name ...
Scheme48: construct a file option set from
file-option-names. The result can be passed to
open-file. The following symbols can be used:
create, exclusive, no-controlling-tty, truncate, append,
nonblocking, read-only, read-write, write-only
See file-options-on?, open-file.
|