DirectoryHelperCopyFileInternal Method |
Copies the file.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax protected virtual void CopyFileInternal(
string sourcePath,
string targetPath
)
Parameters
- sourcePath
- Type: SystemString
Source path - targetPath
- Type: SystemString
Target directory
See Also