| DirectoryHelperCopyFileInternal Method | 
            Copies the file.
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 13.0.131
 Syntax
Syntaxprotected virtual void CopyFileInternal(
	string sourcePath,
	string targetPath
)
Parameters
- sourcePath
- Type: SystemString
 Source path
- targetPath
- Type: SystemString
 Target directory
 See Also
See Also