Forum Moderators: phranque
If you just need very simple output, you can drop to the command-line and type:
dir > file.txt
from the folder you want to print, and the data will go into file.txt. You can edit it on Notepad and print it from there.
For only the folders dir /a:d > file.txt should do the trick.