Reads a file into array of string
each element in the returned array is a separate line, excluding the trailing \n character
the lines read from file in array of string
Exception on failure
See Implementation
Reads a file into array of string
each element in the returned array is a separate line, excluding the trailing \n character