| DirectoryHelperCopyDirectory Method | 
            Copies specified directory including its subdirectories and all underlying files.
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
 Syntax
Syntaxpublic static void CopyDirectory(
	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
See Also