DIR Command

Generates XML data about files and folders.

XML and Screenshot

The XML data contains information about each file and folder.  A filtered snippet is shown below.  This is the most important schema to solidify because it represents the heart of the XML command-line system: a way of transmitting file information from program to program in a structured manner.

<folder>
    <
name>bin</name>
    <
folder>
        <
name>alpha</name>
        <
file>
            <
name>set.exe</name>
        </
file>
        <
file>
            <
name>tree.exe</name>
        </
file>
    </
folder>
</
folder>

The shell renders the list as a table.

Thoughts

See Also