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

Namespace: CMS.FileSystemStorage
Assembly: CMS.FileSystemStorage (in CMS.FileSystemStorage.dll) Version: 10.0.0
Syntax
C#
public override void Copy(
	string sourceFileName,
	string destFileName
)

Parameters

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