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

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

Parameters

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