set-file-lines ( seq path encoding -- )
Factor handbook » Input and output » Reading and writing files

Prev:file-lines ( path encoding -- seq )
Next:change-file-lines ( ..a path encoding quot: ( ..a seq -- ..b seq' ) -- ..b )


Vocabulary
io.files

Inputs
seqan array of strings
patha pathname string
encodingan encoding descriptor


Outputs
None

Word description
Sets the contents of a file to the strings with the given encoding.

Errors
Throws an error if the file cannot be opened for writing.

See also
file-lines, change-file-lines, set-file-contents, file-contents, change-file-contents

Definition