26 #ifndef FSW_PATH_UTILS_H
27 # define FSW_PATH_UTILS_H
31 # include <sys/stat.h>
41 std::vector<std::string> get_directory_children(
const std::string& path);
55 bool read_link_path(
const std::string& path, std::string& link_path);
65 bool lstat_path(
const std::string& path,
struct stat& fd_stat);
75 bool stat_path(
const std::string& path,
struct stat& fd_stat);
Main namespace of libfswatch.
Definition: event.cpp:23