Moves a file or a directory and its contents to a new location.
            
 
Namespace: CMS.IO.ZipAssembly: CMS.IO (in CMS.IO.dll) Version: 10.0.0
 Syntax
Syntaxpublic override void Move(
	string sourceDirName,
	string destDirName
)
Parameters
- sourceDirName
- Type: SystemString
 Source directory name
- destDirName
- Type: SystemString
 Destination directory name
 See Also
See Also