Read Lines

Reads all the lines of a given text file

This activity opens and reads all the lines of a given text file and closes the file.

Input

  • Filename: String Argument Required The full path of the file that is to be read.

  • File Encoding: Input file encoding. The available options are.

    • utf-8 (default)

Output

Last updated