MoveFileWithProgress (kernel32)
Last changed: -118.208.182.144

.
Summary

C# Signature:

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

User-Defined Types:

MoveFileProgressDelegate

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

Do you know one? Please contribute it!

Documentation