100 bool addPath(
const std::filesystem::path &path);
106 bool addPath(
const std::filesystem::path &base,
const std::filesystem::path &path);
109 bool addFile(
const std::filesystem::path &file);
112 bool addFile(
const std::filesystem::path &base,
const std::filesystem::path &file);
118 bool addDirectory(
const std::filesystem::path &base,
const std::filesystem::path &dir);