File.MoveOnReboot

File.MoveOnReboot ( 

string  Source,

string  Destination )

Description

Moves a file from one location to another on the next system reboot.

Parameters

Source

(string) The full path to the file you want to move.

Destination

(string) The full destination path. This is the location you want the file moved to.

Returns

Nothing. You can use Application.GetLastError to determine whether this action failed, and why.

See also:  Related Actions