Click or drag to resize

FileSystemMoveContent Method

Moves all the content from one directory to another.

Namespace:  Mastersign.Bench
Assembly:  BenchLib (in BenchLib.dll) Version: 0.22.0.0 (0.22.0.0)
Syntax
public static void MoveContent(
	string sourceDir,
	string targetDir
)

Parameters

sourceDir
Type: SystemString
A path to the source directory.
targetDir
Type: SystemString
A path to the target directory.
See Also