public static function listDirs ($path, $absolute = false)
        {
            if (is_dir($path) and is_readable($path))
            {
                $data = [];