24 #include <string_view>
27 void remove_files(
const std::vector<std::string>& filesToRemove);
28 std::string readFileIntoString(
const std::string& path);
29 bool files_identical(
const std::string& fileName_1,
const std::string& fileName_2);
30 bool fileContainsLine(
const std::string& fileName, std::string_view line_to_find);