I only want to list the subdirectories of the directory I am looking at, not traverse all the subdirectories recursively.
Would it be possible to limit the depth it will look at?
Could also be used if you only want to get the first or second level of depth when building a tree, and if user goes deeper you execute a new search.