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