UploaderHelperCopyFile Method |
Copies file from the source path to the destination path.
Namespace: CMS.Base.Web.UIAssembly: CMS.Base.Web.UI (in CMS.Base.Web.UI.dll) Version: 12.0.0
Syntax public void CopyFile(
string destinationPath
)
Parameters
- destinationPath
- Type: SystemString
Path to the destination file
See Also