How to display the top level of folder

If you are experiencing problems with "Everything", post here for assistance.
Post Reply
searcher1
Posts: 24
Joined: Sun May 31, 2015 2:13 pm

How to display the top level of folder

Post by searcher1 »

Hi

Given a path, example "C:\MyFolders"
How would I display only the top level of folders at that path?

Thank you
therube
Posts: 4955
Joined: Thu Sep 03, 2009 6:48 pm

Re: How to display the top level of folder

Post by therube »

Code: Select all

C:\MyFolders  !C:\MyFolders\*\*
How to search only one directory deep?
searcher1
Posts: 24
Joined: Sun May 31, 2015 2:13 pm

Re: How to display the top level of folder

Post by searcher1 »

Works perfectly

Thank you
Post Reply