Click or drag to resize
AbstractFileCopy Method (String, String)
Copies an existing file to a new file.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public abstract void Copy(
	string sourceFileName,
	string destFileName
)

Parameters

sourceFileName
Type: SystemString
Path to source file
destFileName
Type: SystemString
Path to destination file
See Also