http://access2learn.com
http://access2learn.com/tutorial/c-sh...
This simple tutorial shows how to get a list of all of a given directory's sub-directories. Including, their sub-directories, and on. This process uses a very simple form of recursion to show the process.
The language used is C#.