Click or drag to resize
DirectoryHelperCopyDirectoryInternal Method
Copies specified directory including its subdirectories and all underlying files.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
protected virtual void CopyDirectoryInternal(
	string sourcePath,
	string targetPath
)

Parameters

sourcePath
Type: SystemString
Full disk path of the source directory
targetPath
Type: SystemString
Full disk path of the new copy of the directory including its name
See Also