Click or drag to resize
AbstractDirectoryMove Method
Moves a file or a directory and its contents to a new location.

Namespace: CMS.IO
Assembly: CMS.IO (in CMS.IO.dll) Version: 11.0.0
Syntax
C#
public abstract void Move(
	string sourceDirName,
	string destDirName
)

Parameters

sourceDirName
Type: SystemString
Source directory name
destDirName
Type: SystemString
Destination directory name
See Also