22 #ifndef XAPIAN_INCLUDED_FILEUTILS_H
23 #define XAPIAN_INCLUDED_FILEUTILS_H
26 #include <string_view>
35 void removedir(
const std::string &dirname);
void resolve_relative_path(std::string &path, std::string_view base)
Resolve path relative to base.
void removedir(const std::string &dirname)
Remove a directory, and its contents.