Hi all im trying to create a basic screen saver that has a screen split into two, the left hand side will be similar to the dos command tree where it lists all files and folders, the right hand side will be where the files contents are displayed. So when the application starts up the tree on the left is populated and then the application starts to go through all the files one by one opening them and scrolling through them if possible.
So here is where im stuck i cant seem to figure out how to print a directory tree to the screen.
It seems like a trivial question i know but i cant for the life of me find a solution as elegant as the dos command.
As always any help would be appreciated.