NAME
Armadito::Agent::Tools::Dir - Basic functions for directories manipulations used in Armadito Agent.
DESCRIPTION
This module provides some easy to use functions for directories manipulations.
FUNCTIONS
makeDirectory(%params)
Make directory and its subpaths if needed (mkdir -p).
- dirpath
 - 
Path of the directory to create.
 
readDirectory(%params)
Open given directory and read all files. This only read at first level deep. This is not a recursive read.
- dirpath
 - 
Path of the directory to read.
 
1 POD Error
The following errors were encountered while parsing the POD:
- Around line 99:
 =over without closing =back