Click or drag to resize

FileReadAllLines Method

Overload List
  NameDescription
Public methodStatic memberReadAllLines(String)
Opens a text file, reads all lines of the file, and then closes the file.
Public methodStatic memberReadAllLines(String, PathFormat)
[AlphaFS] Opens a text file, reads all lines of the file, and then closes the file.
Public methodStatic memberReadAllLines(String, Encoding)
Opens a file, reads all lines of the file with the specified encoding, and then closes the file.
Public methodStatic memberReadAllLines(String, Encoding, PathFormat)
[AlphaFS] Opens a file, reads all lines of the file with the specified encoding, and then closes the file.
Top
See Also