NAME
Armadito::Prelude::Tools::File - Basic I/O functions used in Armadito Prelude.
DESCRIPTION
This module provides some high level I/O functions for easy use.
FUNCTIONS
readFile(%params)
Read file and return its content in a scalar.
- filepath
-
Path of the file to be read.
writeFile(%params)
Returns a fingerprint for this computer.
- content
-
Content to write (scalar).
- filepath
-
Path of the file where content will be written to.
- mode
-
File opening mode.