Using opendir and readdir in C

Darkstar757

Diamond Member
Feb 1, 2003
3,190
6
81
I am a complete newb to c. I want to be able in the end create a function that can parse a directory and find a particular file or folder.

Once I have done this I want to create a GTK front end to do this as well. I have to start somewhere.

BTW I am using eclipse.

Thanks,
Darkstar
 

Ken g6

Programming Moderator, Elite Member
Moderator
Dec 11, 1999
16,700
4,661
75
Are you doing this to learn C in particular, or are you just looking to learn a programming language?

Python can do this quite easily, if the language doesn't matter.