-1

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.

4

1 回答 1

1

您可以尝试 WinDirStat,它几乎可以满足您的要求。

http://windirstat.info/

还有一个适用于 linux 的版本

http://kdirstat.sourceforge.net/

于 2013-03-21T12:28:32.063 回答