26 #ifndef FSW_PATH_UTILS_H 27 # define FSW_PATH_UTILS_H 31 # include <sys/stat.h> 44 std::string
fsw_realpath(
const char *path,
char *resolved_path);
52 std::vector<std::string> get_directory_children(
const std::string& path);
66 bool read_link_path(
const std::string& path, std::string& link_path);
76 bool lstat_path(
const std::string& path,
struct stat& fd_stat);
86 bool stat_path(
const std::string& path,
struct stat& fd_stat);
Main namespace of libfswatch.
Definition: event.cpp:23
std::string fsw_realpath(const char *path, char *resolved_path)
A thin wrapper about realpath.
Definition: path_utils.cpp:66