10 std::filesystem::path archive_;
11 std::vector<std::filesystem::path> paths_to_add_;
18 std::filesystem::path Archive()
const {
return archive_; }
19 std::vector<std::filesystem::path> PathsToAdd()
const {
22 bool DeletePath()
const {
return delete_path_; }