CopyFile (kernel32)
Last changed: -203.158.51.233

.
Summary

C# Signature:

[DllImport("kernel32.dll")]
static extern bool CopyFile(string lpExistingFileName, string lpNewFileName,
   bool bFailIfExists);

User-Defined Types:

None.

Notes:

eee.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

public static void System.IO.File.Copy(System.String sourceFileName , System.String destFileName , System.Boolean overwrite)

Documentation
CopyFile on MSDN