New function to append files into single file
void concatenateTextFiles(const std::string& outputFile, bool overwrite, std::initializer_list<std::string> inputFiles); This function concatenates the files from the inputFiles to the outputFile.
Showing
tests/rawop.test.cpp
0 → 100644
tests/testFiles/A
0 → 100644
tests/testFiles/B
0 → 100644
Please register or sign in to comment