Anyone know some good functions or code to parse directories in c++? Here is some of the code I already have (simplified). It works alright for moving through a directory, but its rather slow and I ...