 | 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
Syntaxpublic static FWRetVal Copy(
string sourceFile,
string targetFile,
bool overwrite
)
Public Shared Function Copy (
sourceFile As String,
targetFile As String,
overwrite As Boolean
) As FWRetVal
public:
static FWRetVal^ Copy(
String^ sourceFile,
String^ targetFile,
bool overwrite
)
static member Copy :
sourceFile : string *
targetFile : string *
overwrite : bool -> FWRetVal
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