[DllImport("kernel32.dll", SetLastError=true, CharSet=CharSet.Auto)]
static extern bool CopyFileEx(string lpExistingFileName, string lpNewFileName,
CopyProgressRoutine lpProgressRoutine, IntPtr lpData, ref Int32 pbCancel,
CopyFileFlags dwCopyFlags);
CopyProgressRoutine, CopyFileFlags
None.
Please add some!
Please add some!
File.Copy performs copying without a callback or options.