I just finished writing a c program that split a very large program into its different components and stored them in a tree like structure using directories and sub directories.
I was wondering if there are any programs that can graph the file system. I'm trying not to have to write my own program to do that if possible.
If possible the program would be easy to use.
Windows or Linux programs would work.