CaptRage61
Programmer
I would like to write a C program that will read all of the files in a given directory, one that will be passed in from the command line arg. I want all of the files and directorys printed to the screen. I was thinking of using the opendir function. Does anyone have any ideas on how to get this working?