Vocabularyio.
filesInputspath | a pathname string |
encoding | an encoding descriptor |
OutputsWord descriptionOutputs an output stream for writing to the specified pathname using the given encoding. The file's length is truncated to zero.
NotesMost code should use
with-file-writer instead, to ensure the stream is properly disposed of after.
ErrorsThrows an error if the file cannot be opened for writing.
Definition