What tool to use to draw file tree diagram [closed]
Copying and pasting from the MS-DOS tree command might also work for you. Examples: tree C:\Foobar>tree C:. ├───FooScripts ├───barconfig ├───Baz │ ├───BadBaz │ └───Drop … tree /F C:\Foobar>tree C:. ├───FooScripts │ foo.sh ├───barconfig │ bar.xml ├───Baz │ ├───BadBaz │ │ badbaz.xml │ └───Drop … tree /A C:\Foobar>tree /A C:. +—FooScripts +—barconfig +—Baz ¦ +—BadBaz ¦ … Read more