I am trying to get a list of paths for the last sub directory.
let us assume that I have on my C drive on directory called "Test" as you can see on the Image
and I need to get a list of all the last sub Directories only which is marked with red color the results should looked like : C:\test\1\a C:\test\1\b C:\test\1\c C:\test\1\d C:\test\2\a . . . . C:\test\5\d
that is it.
thanks and best regards