I have a directory that is structured similar to this:
Code:
-Root
  -Folder1
    -SubFolder1
  -Folder2
    -SubFolder2
What I'm trying to do is place a folder named "2010" within each of the subfolders. There are a couple hundred of the subfolders and I do not have the name of each of these folders. All I know is that the subfolders are 2 deep from the root directory. Is there a way I can generically open the subfolders and create the "2010" folder?

Any help is appreciated.

Thanks,
Chrissy