Click or drag to resize
DirectoryHelperMoveDirectory Method
Moves specified directory to new path.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public static void MoveDirectory(
	string sourcePath,
	string targetPath
)

Parameters

sourcePath
Type: SystemString
Full disk path of the source folder
targetPath
Type: SystemString
New full disk path of the moved folder including its name
See Also