FileReadLines Method |
Name | Description | |
---|---|---|
ReadLines(String) | Reads the lines of a file. | |
ReadLines(String, PathFormat) | [AlphaFS] Reads the lines of a file. | |
ReadLines(String, Encoding) | Read the lines of a file that has a specified encoding. | |
ReadLines(KernelTransaction, String) | [AlphaFS] Reads the lines of a file. | |
ReadLines(String, Encoding, PathFormat) | [AlphaFS] Read the lines of a file that has a specified encoding. | |
ReadLines(KernelTransaction, String, PathFormat) | [AlphaFS] Reads the lines of a file. | |
ReadLines(KernelTransaction, String, Encoding) | [AlphaFS] Read the lines of a file that has a specified encoding. | |
ReadLines(KernelTransaction, String, Encoding, PathFormat) | [AlphaFS] Read the lines of a file that has a specified encoding. |