I have one folder called OLD. There is a directory structure inside it like:
Old
---DSL
---------CI
------------AppFolder1
------------AppFolder2
---------------------------FUN2
--------CA
------------AppFolder1
Inside each folder there may or may not be files.
I have one folder called NEW, which has the updates and the depending upon the changes appropriate directory structure is inside it. The point is that it will be same as OLD. For example:
NEW
---DSL
---------CI
------------AppFolder2
---------------------------FUN2
--------CA
As you can see the directory structure (including folder names) as same. I want all files in NEW to replace appropriate files in OLD.
Please provide me a starting point for it.