Fcremove.exe Site
return final_exit_code();
ThreadPool pool(thread_count); pool.process(&queue, delete_file_task); fcremove.exe
if (dry_run) report_matches(&queue); return queue.count == 0 ? 1 : 0; if (dry_run) report_matches(&queue)
FileQueue queue; collect_matching_files(&queue); fcremove.exe