How do i get readdir ignore directories in C/C++?
- by debugger
Hello All,
I am reading the content of the current library with readdir, but i wanna treat only files and not the directories. How do i know that i am pointing to a directory and not a file?
Thanks