#ifndef __UTIL_FILE_UTILS_H #define __UTIL_FILE_UTILS_H #include #include #include "util/UtilExportable.hpp" UTIL_DLL_VISIBLE std::vector directory_entries( const std::string &dir, bool absolute = false, bool recursive = false ); #endif