5 #ifndef LIBWFUT_PLATFORM_H
6 #define LIBWFUT_PLATFORM_H 1
13 FILE *os_create_tmpfile();
14 void os_free_tmpfile(FILE *fp);
16 int os_mkdir(
const std::string &dir);
17 bool os_exists(
const std::string &file);
18 int os_set_executable(
const std::string &file);
19 int os_dir_walk(
const std::string &path,
const std::list<std::string> &excludes, std::list<std::string> &files);