Quantcast
Channel: Take Command / TCC
Viewing all articles
Browse latest Browse all 1682

TREE /A and /H

$
0
0
Below, TREE with /A: doesn't show me the hidden desktop.ini. Whereas with /H (documented as /H(idden directories)) does show me that file. Is it working correctly?

Code:
V:\anon 1\
├──folder
│  ├  test
│  ├  vef
│  └  version.txt
└──folder2

v:\> tree /f /h "anon 1"\

V:\anon 1\
├──folder
│  ├  test
│  ├  vef
│  └  version.txt
└──folder2
   └  desktop.ini

Viewing all articles
Browse latest Browse all 1682

Trending Articles