Size Tree

I often ran into the issue of not knowing what files on my hard drive were taking up all the space. Windows explorer provided some insight into the size of individual files but it only allowed me to at a glance see what was the biggest file in any given folder, not even allowing me to see the total size of folders themselves.

I thought to remedy this by writing a program to allow you to view the size of any given folder and then click on it to see the size of any given sub folders.

There are some problems with it;

But it works. So theres that.