Product Site

5.4.8.10. writeLines (Class Method)

Writes the ordered collection to the file named filename, by default in append mode.
Example 5.249. Write a text file into an array
-- write the ordered collection to a text file, replacing its content, if it exists
.File~writeLines(filename, collection, 'Replace')