OptimizedFileReader.readLines
string[] readLines(string path) @safeReads a file and returns its contents as lines.
This is optimized for files that are typically read line-by-line, such as /proc files.
Parameters
path | Path to the file to read |
Returns
Array of lines from the file
Throws
OptimizationException if the file cannot be read