Click or drag to resize
DirectoryExtensionsCopyAll Method

[This is preliminary documentation and is subject to change.]

[Missing <summary> documentation for "M:VRage.DirectoryExtensions.CopyAll(System.String,System.String)"]

Namespace: VRage
Assembly: VRage.Library (in VRage.Library.dll) Version: 1.0.0.0
Syntax
C#
public static void CopyAll(
	string source,
	string target
)

Parameters

source
Type: SystemString

[Missing <param name="source"/> documentation for "M:VRage.DirectoryExtensions.CopyAll(System.String,System.String)"]

target
Type: SystemString

[Missing <param name="target"/> documentation for "M:VRage.DirectoryExtensions.CopyAll(System.String,System.String)"]

See Also