Click or drag to resize
FileMove Method
Moves a specified file to a new location, providing the option to specify a new file name.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
public static void Move(
	string sourceFileName,
	string destFileName
)

Parameters

sourceFileName
Type: SystemString
Source file name
destFileName
Type: SystemString
Destination file name
See Also