Click or drag to resize

Utils_FileCopyDirectory Method

Copies the content of a directory to another.

This is done recursively.

Namespace:  MicaSystems.Utils
Assembly:  MicaSystems.Utils (in MicaSystems.Utils.dll) Version: 1.0.0.0 (1.1.0.123)
Syntax
C#
public static void CopyDirectory(
	string sourceDirectoryPath,
	string destinationDirectoryPath
)

Parameters

sourceDirectoryPath
Type: SystemString
Folder where the content to copy is located.
destinationDirectoryPath
Type: SystemString
Folder where the content must be copied. If this folder does not exist, it will be created.
See Also