Hi
Given a path, example "C:\MyFolders"
How would I display only the top level of folders at that path?
Thank you
How to display the top level of folder
-
therube
- Posts: 5727
- Joined: Thu Sep 03, 2009 6:48 pm
Re: How to display the top level of folder
Code: Select all
C:\MyFolders !C:\MyFolders\*\*
-
searcher1
- Posts: 24
- Joined: Sun May 31, 2015 2:13 pm
Re: How to display the top level of folder
Works perfectly
Thank you
Thank you