[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/library/default.asp?url=/library/en-us/wceactsy/html/cerefCeCopyFileRAPI.asp
Please add some!
CeCopyFile("\\test.txt", "\\test2.txt", false);