"Dbontrager" <> wrote in message
news:91317C5B-516F-408F-A2F2-...
>I can not figure out how to filter out all the file names so I only see
> folders listed.
>
> This is 2007 isn't it?
If you know some DOS commands:
Go to Start Run and type in "cmd" (without the quotes).
Navigate to the root directory (folder) by using the cd command eg. cd c:\
will take you to the root of drive c or cd:\windows will take you to the
windows director (folder).
Type in the command: "tree" without the quotes. If it is going to be a long
list, output to a file with the command
tree >filenameofyourchoice.txt
|