Copies the contents of a directory to another directory (not including the top-level directory itself). Optionally
pass a list of file or directory names to skip using CopyDirectoryOptions -> exclusions.
If the destination directory does not exist, it will be created.
Copies the contents of a directory to another directory (not including the top-level directory itself). Optionally pass a list of file or directory names to skip using
CopyDirectoryOptions->exclusions.If the destination directory does not exist, it will be created.