Click or drag to resize
DirectoryHelperCopyFileInternal Method
Copies the file.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
protected virtual void CopyFileInternal(
	string sourcePath,
	string targetPath
)

Parameters

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