Question: Zoom in to read everything. I basically need code in C programming language that scans through the directory it is called on and sort each

Zoom in to read everything. I basically need code in C programming language that scans through the directory it is called on and sort each file in that directory and all files in all subdirectories. The major aspects are that this program will instead spawn a new thread to search each directory and sort each file rather than a new process. Basically a multithreaded sorter that scans throught the directory.
Your code will be reading in and traversing entire starting directory and each contained subdirectory. Your code should open and sort each CSV file found that contains move data. Your code's output will be single CSV file outputted to a file named: Allfiles-sorted-
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
