Hello @av1,
you should be able to silence the progressbars by passing false as the second argument to merger.AddFile:
if (!merger.AddFile(ifile.c_str(), false)) { // <- here
// ...
Hello @av1,
you should be able to silence the progressbars by passing false as the second argument to merger.AddFile:
if (!merger.AddFile(ifile.c_str(), false)) { // <- here
// ...