Click or drag to resize
FileHelperCopy Method

[Missing <summary> documentation for "M:X3Platform.Util.FileHelper.Copy(System.String,System.String)"]

Namespace: X3Platform.Util
Assembly: X3Platform.Support (in X3Platform.Support.dll) Version: 1.0.0.0 (2.0.0.0)
Syntax
public static void Copy(
	string fromPath,
	string toPath
)

Parameters

fromPath
Type: SystemString

[Missing <param name="fromPath"/> documentation for "M:X3Platform.Util.FileHelper.Copy(System.String,System.String)"]

toPath
Type: SystemString

[Missing <param name="toPath"/> documentation for "M:X3Platform.Util.FileHelper.Copy(System.String,System.String)"]

See Also