Write a program that goes through your file system and outputs a tree diagram of all of your directories in a file called dir_tree.txt. The methods in the File class will probably come in very handy. For a sample output, check out this webpage:
http://www.computerhope.com/treehlp.htm
Make sure you get the indentation right/tree branches right.