So now i have a question "Is this the best way to find all folders, to two levels, in my new MEDIA folder?"
I have installed a 2 TB SSD replacing the 256 GB SSD, and this changes my nightly backups, so I am collecting all audio-video-image files under a master folder \MEDIA.
To check on my progress to date i wanted to list all folders one level below T:\MEDIA.
Code: Select all
t:\Media folders: depth:3 unique:I was puzzled by needing "3" as the argument for Depth. I think that the first level is the root directory of the drive as in "T:\"
The second level is therefore "T:\MEDIA".
And the 3rd level is the level I am looking for.
Thanks for any comments; Chris