99 bool addPath(
const std::filesystem::path &path);
105 bool addPath(
const std::filesystem::path &base,
const std::filesystem::path &path);
107 bool addFile(
const std::filesystem::path &file);
109 bool addFile(
const std::filesystem::path &base,
const std::filesystem::path &file);
113 bool addDirectory(
const std::filesystem::path &base,
const std::filesystem::path &dir);