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
Result:
IList Variable
Stores a list of text lines read from the given file as String type
Last updated