I have a C:\CurrentProjects directory and a C:\HistoricProjects directory
The current projects directory is laid out C:\CurrentProjects\LocationName\ProjectYear####\ProjectTitle\etc...
I would like to do a search of a specific Project Year and move it and all subfolders under to the:
C:\HistoricProjects\LocationName\etc...
with the same location name used without moving any other project years.
So for example:
C:\CurrentProjects\Chicago\ProjectYear2013\etc...
C:\CurrentProjects\Chicago\ProjectYear2014\etc...
C:\CurrentProjects\Chicago\ProjectYear2015\etc...
C:\CurrentProjects\Seattle\ProjectYear2013\etc...
C:\CurrentProjects\Seattle\ProjectYear2014\etc...
C:\CurrentProjects\Seattle\ProjectYear2015\etc...
VVVV
C:\HistoricProjects\Chicago\ProjectYear2013\etc..
C:\HIstoricProjects\Seattle\ProjectYear2013\etc..