FileCopy Method (String, String) |
Copies an existing file to a new file.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public static void Copy(
string sourceFileName,
string destFileName
)
Parameters
- sourceFileName
- Type: SystemString
Path to source file - destFileName
- Type: SystemString
Path to destination file
See Also