hi all,
I'm trying to make a C++ application that visualizes the computer structure (drivers, folders and subfolders, ...) in a 3D tree.
I want to access my hard disk to get its structure and use it.
How can I do so??
Is there a look-up table or something that stores all folders and subfolders in my computer disk?
Any other suggestions?
Thanks in advance : )