Click or drag to resize
DirectoryHelper.CopyFile Method
Copies the file.

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

Parameters

sourcePath
Type: System.String
Source path
targetPath
Type: System.String
Target directory
See Also