How to walk through directory tree step by step?
问题 I found many examples on walking through directory tree, but I need something a little different. I need a class with some method which each call returns one file from directory and gradually walking through directory tree. How can I do this please? I am using functions FindFirstFile, FindNextFile and FindClose, I am newbie in c++. I have something like this... For example I have this simple directory tree Parent(folder)\ file1.txt file2.txt Child(folder)\ file3.txt file4.txt and I need a