CLI tool in C that sorts files into folders by file type.
How to run :
- Run this command to compile the C file into an executable:
gcc file_organizer.c -o file_organizer.exe
If there are no errors, a file_organizer.exe will appear in the folder. You can confirm this by running:
dir file_organizer.exe
- How to run the program: To organise a specific folder, pass the path as an argument:
file_organizer.exe "paste folder path here"