Top index Wirbel home

fs::writelines

file.writelines(list(string) alist) - write list of lines to a file

file.writelines(list(string) alist) gets a list of strings and writes them all to the open file afile. No extra is appended to the strings.