@msdn=http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wceactsy/html/cerefCeCopyFileRAPI.asp @pinvoke=http://pinvoke.net/$$$.htm Summary: This function copies an existing file to a new file. !!!!C# Signature: [DllImport("rapi.dll", CharSet=CharSet.Unicode)] public static extern bool CeCopyFile( string lpFromPathName, string lpToPathName, bool bFailIfExists); !!!!User-Defined Types: None. !!!!Notes: Function info on msdn at http://msdn.microsoft.com/en-us/library/aa921214.aspx !!!!Tips & Tricks: Please add some! !!!!Sample Code: CeCopyFile("\\test.txt", "\\test2.txt", false); !!!!Alternative Managed API: Documentation: CeCopyFile@msdn on MSDN
Edit rapi.CeCopyFile
You do not have permission to change this page. If you feel this is in error, please send feedback with the contact link on the main page.