FileReadAllLines Method |
Name | Description | |
---|---|---|
ReadAllLines(String) | Opens a text file, reads all lines of the file, and then closes the file. | |
ReadAllLines(String, PathFormat) | [AlphaFS] Opens a text file, reads all lines of the file, and then closes the file. | |
ReadAllLines(String, Encoding) | Opens a file, reads all lines of the file with the specified encoding, and then closes the file. | |
ReadAllLines(KernelTransaction, String) | [AlphaFS] Opens a text file, reads all lines of the file, and then closes the file. | |
ReadAllLines(String, Encoding, PathFormat) | [AlphaFS] Opens a file, reads all lines of the file with the specified encoding, and then closes the file. | |
ReadAllLines(KernelTransaction, String, PathFormat) | [AlphaFS] Opens a text file, reads all lines of the file, and then closes the file. | |
ReadAllLines(KernelTransaction, String, Encoding) | [AlphaFS] Opens a file, reads all lines of the file with the specified encoding, and then closes the file. | |
ReadAllLines(KernelTransaction, String, Encoding, PathFormat) | [AlphaFS] Opens a file, reads all lines of the file with the specified encoding, and then closes the file. |