if you are only after files...

Code:
$dir = dirplus($source,'/s3 /a-d')
for each $file in $dir
? $file.name
next



That will only return the files in all sub folders that are 3 deep from the root of $source. Don't forget, that DirPlus() returns an array of FSO object's not strings, hence the $file.name.