File: ReadAllLines |
Opens a file, reads all lines in a file into an array and closes the files.
Public Function ReadAllLines( ByRef Path As String, Optional ByVal Encoding As Encoding ) As String ( )
The end of a line is indicated when either a Return (13), LineFeed (10), or a Return-LineFeed combination have been encountered.