Reads a file line by line and calls the given function for each line. The lineNumber starts at 0.
lineNumber
0
See readLineByLine for an asynchronous version.
Reads a file line by line and calls the given function for each line. The
lineNumber
starts at0
.See readLineByLine for an asynchronous version.