Click or drag to resize

FileCopy Method

Copies the specified source file.

Namespace:  Koden.Utils.IO
Assembly:  Koden.Utils.IO (in Koden.Utils.IO.dll) Version: 1.0.6453.26060
Syntax
public static FWRetVal Copy(
	string sourceFile,
	string targetFile,
	bool overwrite
)

Parameters

sourceFile
Type: SystemString
The source file.
targetFile
Type: SystemString
The target file.
overwrite
Type: SystemBoolean
if set to true [overwrite].

Return Value

Type: FWRetVal

[Missing <returns> documentation for "M:Koden.Utils.IO.File.Copy(System.String,System.String,System.Boolean)"]

See Also