Welcome!

By registering with us, you'll be able to discuss, share and private message with other members of our community.

SignUp Now!

TREE /A and /H

May
12,846
164
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
 

Similar threads

Back
Top