For example if i have;
\some\path\
\another\directory\
\some\longer\path\
\an\even\longer\path\
Is there a way to specify a maximum depth that the tree will be traversed, such that executing glob against the above would only return the first two paths, being 2 deep?
For example if i have;
Is there a way to specify a maximum depth that the tree will be traversed, such that executing glob against the above would only return the first two paths, being 2 deep?