Listing ALL Sub Directories Using C# (Using Recursion)
Watch it on YouTube. In a previous example we got a list of sub directories for a given parent directory. But what it couldn’t do, is get the list of directories, under any of those directories. If we wanted to get all the children, grand children, great grand children, etc. of a directory, we need…