[DllImport("rapi.dll", CharSet=CharSet.Unicode)]
public static extern bool CeCopyFile(
string lpFromPathName,
string lpToPathName,
bool bFailIfExists);
None.
Function info on msdn at http://msdn.microsoft.com/en-us/library/aa921214.aspx
Please add some!
CeCopyFile("\\test.txt", "\\test2.txt", false);