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: 12.0.0
Syntax public abstract void Move(
string sourceDirName,
string destDirName
)
Parameters
- sourceDirName
- Type: SystemString
Source directory name - destDirName
- Type: SystemString
Destination directory name
See Also