Get all sub directories from a given path
- by Night Walker
Hello all
I have some path , and i want to get from it only the subdirectories paths (i mean only paths that under them where not found another directories only files).
Any smart way to do so ?
Thanks a lot.