fs_utils

Module read

Source
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 than N bytes, the truncation message will be put at the end of the String.