Click or drag to resize
FileExtrasMergeDirectories Method
move all the children items from merge to based, overwriting existing

Namespace: ANDREICSLIB.ClassExtras
Assembly: ANDREICSLIB (in ANDREICSLIB.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static void MergeDirectories(
	string based,
	string merge
)

Parameters

based
Type: SystemString
dest directory,=
merge
Type: SystemString
directory to moverge into dest
See Also