Expand description
Functions to read from files.
Functionsยง
- Reads the first N bytes from a file.
- Reads the first
N
bytes from a file and return them as a string. - Reads the first
N
bytes from a file and return them as a string. If the file size is greater thanN
bytes, the truncation message will be put at the end of the String.