Vocabularyio.
filesInputspath | a pathname string |
encoding | an encoding descriptor |
OutputsWord descriptionOutputs an input stream for reading from the specified pathname using the given encoding.
NotesMost code should use
with-file-reader instead, to ensure the stream is properly disposed of after.
ErrorsThrows an error if the file is unreadable.
Definition