| AbstractDirectoryMove Method  | 
            Moves a file or a directory and its contents to a new location.
            
 
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 8.2.23
Syntaxpublic abstract void Move(
	string sourceDirName,
	string destDirName
)
Parameters
- sourceDirName
 - Type: SystemString
Source directory name - destDirName
 - Type: SystemString
Destination directory name 
See Also