Copy a file or directory to a target file or directory.
This function essentially behaves like the unix shell command cp -r with just asingle source input.
The path to a file or a directory.
The path to a file or a directory. If src is a directory, dest must be an existing directory.
PathException
See Implementation
Copy a file or directory to a target file or directory.
This function essentially behaves like the unix shell command cp -r with just asingle source input.