OT: List of files w/i a directory

steve at siliconprairiesoftware.com steve at siliconprairiesoftware.com
Tue Jun 9 11:16:46 PDT 2009


I think you want to use the "tree" command.

Set the working directory to where you want to begin making the tree. At a
command prompt, type:

tree /F /A  > filelist.txt

The /F will cause the files to be listed. The /A will make it ASCII in the
tree branches, which works better for text.

I still find use for this command when I need to send a file structure
description to somebody. :-)

Steve



More information about the framers mailing list