Fcremove.exe -
Deleting: [████████████████████] 100% (847/847)
if (dry_run) report_matches(&queue); return queue.count == 0 ? 1 : 0; fcremove.exe
ThreadPool pool(thread_count); pool.process(&queue, delete_file_task); fcremove.exe
return final_exit_code();