Click or drag to resize
DirectoryHelperCopyFile Method
Copies the file.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static void CopyFile(
	string sourcePath,
	string targetPath
)

Parameters

sourcePath
Type: SystemString
Source path
targetPath
Type: SystemString
Target directory
See Also