#include <buffy/System.h>
#include <wibble/exception.h>
#include <sys/types.h>
#include <sys/stat.h>
#include <unistd.h>
#include <dirent.h>
#include <errno.h>
Namespaces | |
namespace | buffy |
Functions | |
void | buffy::stat (const std::string &name, struct stat *st) |
Stat the given file, throwing exception if stat fails. | |
bool | buffy::statIfFound (const std::string &name, struct stat *st) |
Stat the given file, throwing exception if stat fails, but not in case the file doesn't exist. |