NAME
Armadito::Agent::Tools - Various tools used in Armadito Agent.
DESCRIPTION
This module provides some basic functions for multiple usages.
FUNCTIONS
getNoWhere()
Get OS noWhere. For example: /dev/null on Linux.
getOSTempDir()
Get OS temp directory path. For example: C:\Temp on Windows.
trimWhitespaces($string)
Remove leading and trailing whitespace, and fold multiple whitespace characters into a single one.