In .net Directory class have a method to Move, Delete directories. However it does does not have a method to Copy an directory and its content. We have to copy each file and subdirectory using a loop as this How to: Copy Directories
I want to know what is the rational/ reason behing NOT having a Copy method.