Click or drag to resize
FileInfoCopyTo Method (String, Boolean)
Copies an existing file to a new file, allowing the overwriting of an existing file.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public abstract FileInfo CopyTo(
	string destFileName,
	bool overwrite
)

Parameters

destFileName
Type: SystemString
Destination file name
overwrite
Type: SystemBoolean
Whether overwriting is allowed

Return Value

Type: FileInfo
See Also