Click or drag to resize
FileReadLines Method
Overload List
  NameDescription
Public methodStatic memberReadLines(String)
Reads the lines of a file.
Public methodStatic memberReadLines(String, PathFormat)
[AlphaFS] Reads the lines of a file.
Public methodStatic memberReadLines(String, Encoding)
Read the lines of a file that has a specified encoding.
Public methodStatic memberReadLines(KernelTransaction, String)
[AlphaFS] Reads the lines of a file.
Public methodStatic memberReadLines(String, Encoding, PathFormat)
[AlphaFS] Read the lines of a file that has a specified encoding.
Public methodStatic memberReadLines(KernelTransaction, String, PathFormat)
[AlphaFS] Reads the lines of a file.
Public methodStatic memberReadLines(KernelTransaction, String, Encoding)
[AlphaFS] Read the lines of a file that has a specified encoding.
Public methodStatic memberReadLines(KernelTransaction, String, Encoding, PathFormat)
[AlphaFS] Read the lines of a file that has a specified encoding.
Top
See Also