Module ezio::file

source ·
Expand description

File IO.

Structs§

  • An object for reading from a file.
  • An object for writing to a file.

Functions§

  • Read and return a whole file.
  • Create an object to read from a file.
  • Write a string to a file.
  • Create an object to write to a file.