I am new to file reading, and my question is, how to determine files/folders present within another folder?
Example:
A folder, "whoa" contains the following files:
+ whoa
- hello.dll
- world.dll
- helloworld.exe
+ cplusplus //cplusplus is a folder
- c++.png
Now, I want to determine the contents of "whoa" through c++, how would I do that? Also, I want to create treeview of the contents as well.