Top index Wirbel home

fs::readlines

file.readlines() - read all text lines from an open file

file.readlines() reads the complete content of a file and interpretes it lines of text. If the file has already been partially read, then only the rest of the file is being process. A missing linefeed on the last line is ignored. @R Returns the read lines as list of strings. The terminating linefeeds are not stored.