DirectoryHelperMoveDirectory Method |
Moves specified directory to new path.
Namespace: CMS.IOAssembly: CMS.IO (in CMS.IO.dll) Version: 12.0.0
Syntax public static void MoveDirectory(
string sourcePath,
string targetPath
)
Parameters
- sourcePath
- Type: SystemString
Full disk path of the source folder - targetPath
- Type: SystemString
New full disk path of the moved folder including its name
See Also