usando il metodo SubFolders...

codice:
Set Sf=file2.SubFolders
For each F in Sf
   str=str+F.name+vbcrlf
Next