Vocabularyio.filesInputs and outputs| path | a pathname string |
| encoding | an encoding descriptor |
| seq | an array of strings |
Word descriptionOpens the file at the given path using the given encoding, and returns a list of the lines in that file.
ErrorsThrows an error if the file cannot be opened for reading.
See alsoset-file-lines,
set-file-contents,
file-contentsDefinition