This code generates a treeview of a specified folder and it's sub folders (recursive)
Inputs
FolderName="C:\WINDOWS" .. you can define your own folder name
Side Effects
One thing i am unable to do is that it does not list the directories which are hidden or system. If anybody resolves this, let me know