Movatterモバイル変換


[0]ホーム

URL:


Skip to main content

This browser is no longer supported.

Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.

Download Microsoft EdgeMore info about Internet Explorer and Microsoft Edge
Table of contentsExit editor mode

tree

Feedback

In this article

Displays the directory structure of a path or of the disk in a drive graphically. The structure displayed by this command depends upon the parameters that you specify at the command prompt. If you don't specify a drive or path, this command displays the tree structure beginning with the current directory of the current drive.

Syntax

tree [<drive>:][<path>] [/f] [/a]

Parameters

ParameterDescription
<drive>:Specifies the drive that contains the disk for which you want to display the directory structure.
<path>Specifies the directory for which you want to display the directory structure.
/fDisplays the names of the files in each directory.
/aSpecifies to use text characters instead of graphic characters to show the lines that link subdirectories.
/?Displays help at the command prompt.

Examples

To display the names of all the subdirectories on the disk in your current drive, type:

tree \

To display, one screen at a time, the files in all the directories on drive C, type:

tree c:\ /f | more

To print a list of all the directories on drive C to a file, type:

tree c:\ /f > <driveletter>:\<filepath>\filename.txt

Related links


Feedback

Was this page helpful?

YesNoNo

Need help with this topic?

Want to try using Ask Learn to clarify or guide you through this topic?

Suggest a fix?

  • Last updated on

In this article

Was this page helpful?

YesNo
NoNeed help with this topic?

Want to try using Ask Learn to clarify or guide you through this topic?

Suggest a fix?