Yes. Best to re-ask in a newsgroup dedicated to the operating system.
That being said, the easiest way is to open a command prompt. Execute
the "dir" command on the folder(s) of interest, and direct the output to
a file, e.g.:
dir "c:\program files" > c:\temp\dirlist.txt
then use notepad, word, or something to open the created file
(dirlist.txt this example) and print it.
Hope this is useful to you. Let us know.
rms