7#ifndef FILE_UTILITIES_H
8#define FILE_UTILITIES_H
21std::string
getContent(
const std::string& file_name);
28bool isDir(
const std::string& name);
bool isDir(const string &name)
Is a directory predicate.
string getContent(const string &file_name)
Get the content of a regular file.
Defines the logger used by the top-level component of kea-lfc.