C find files in a directory.

I was wondering if there was a way in Standard C to get the names of all the files from a certain directory. Something like the glob() function from PHP, if you will.

I need this in just plain C. I can't use C++ on this particular project.
Topic archived. No new replies allowed.