I am trying to traverse a directory, its sub directories, and get the path to all of its files. I plan to store this so I may load the files later on.
To avoid "Reinventing the wheel, I thought there would be a "standard" way to get a file / directory listing, but I have been unable to find one.
I am working on Windows and just trying to create a simple console application. If anyone can give me advice or direct me to a good example, it would be appreciated. Thank you much!