Vocabularyio.
streams.
cInputspath | a pathname string |
mode | an access mode specifier |
OutputsWord descriptionOpens a file named by
path. The
mode parameter should be something like
"r" or
"rw"; consult the
fopen(3) manual page for details.
ErrorsThrows an error if the file could not be opened.
NotesUser code should call
<file-reader> or
<file-writer> to get a high level stream.
Definition