Hi!
I'm wondering how do you do stuff like gettling file information, searching through directories/subdirectories in c++? Is there a particular library that I should be looking at?
I'm seeing stuff like this in some examples:
#include <sys/types.h>
#include <sys/stat.h>
Not sure where they came from.. Thanks!
EDIT: I'm programming in Windows btw