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.
Filename: String Argument Required The full path of the file that is to be read.
String Argument
Required
File Encoding: Input file encoding. The available options are.
utf-8 (default)
Result:IList Variable Stores a list of text lines read from the given file as String type
IList Variable
Last updated 3 years ago