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
Re: How to display the top level of folder
Code: Select all
C:\MyFolders !C:\MyFolders\*\*
Re: How to display the top level of folder
Works perfectly
Thank you
Thank you