Read in lines from a file and store it in a list.
file_lines_to_list(filepath)
filepath
(string) Path to file to read in.
A list with one element per row of the input file