MoveFileWithProgress (kernel32)
Last changed: anfortas.geo@yahoo.com-216.204.61.86

.
Summary

C# Signature:

[DllImport("kernel32.dll", SetLastError=true, CharSet=CharSet.Auto)]
static extern bool MoveFileWithProgress(string lpExistingFileName,
   string lpNewFileName, MoveFileProgressDelegate lpProgressRoutine,
   IntPtr lpData, MoveFileFlags dwFlags);

User-Defined Types:

MoveFileProgressDelegate, MoveFileFlags

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

File.Move moves a file without a callback or options.

Documentation