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

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntax
C#
protected virtual void MoveDirectoryInternal(
	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