| AbstractFileCopy Method (String, String, Boolean) | 
            Copies an existing file to a new file. Overwriting a file of the same name is allowed.
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
 Syntax
Syntaxpublic abstract void Copy(
	string sourceFileName,
	string destFileName,
	bool overwrite
)
Parameters
- sourceFileName
- Type: SystemString
 Path to source file
- destFileName
- Type: SystemString
 Path to destination file
- overwrite
- Type: SystemBoolean
 If destination file should be overwritten
 See Also
See Also