MoveFile (kernel32)
Last changed: -118.208.182.144

.
Summary
Moves an existing file or a directory.

C# Signature:

[DllImport("kernel32.dll", SetLastError=True, CharSet=CharSet.Auto)]
static extern bool MoveFile(string lpExistingFileName, string lpNewFileName);

Notes:

None.

Tips & Tricks:

Please add some!

Sample Code:

Please add some!

Alternative Managed API:

File.Move

Documentation
MoveFile on MSDN