DirectoryInfoExtensionsCopyTo Method

Overload List

CopyTo(DirectoryInfo, DirectoryInfo, Boolean) Coppies the source directory to the specified directory.

If the target directory already exists, an IOException is thrown.

CopyTo(DirectoryInfo, String, Boolean) Coppies the source directory to the specified directory.

If the target directory already exists, an IOException is thrown.

See Also