![]() |
Kea 2.2.0
|
#include <config.h>
#include <exceptions/exceptions.h>
#include <util/filename.h>
#include <cerrno>
#include <cstring>
#include <fcntl.h>
#include <sys/stat.h>
Go to the source code of this file.
Namespaces | |
namespace | isc |
Defines the logger used by the top-level component of kea-lfc. | |
namespace | isc::util |
namespace | isc::util::file |
Functions | |
string | isc::util::file::getContent (const std::string &file_name) |
Get the content of a regular file. More... | |
bool | isc::util::file::isDir (const std::string &name) |
Is a directory predicate. More... | |