FileTotal
(number) The current file's total bytes that will be moved.
The callback function should return a boolean value (true or false) indicating whether the move application should continue:
VALUE DESCRIPTION |
|
true |
Continue with the move operation. |
false |
Stop the move operation as soon as possible. |
Re t u r n s
Nothing. You can use Application.GetLastError to determine whether this action failed, and why.
See also: Related Actions
File.MoveOnReboot
OverviewExamples
File.MoveOnReboot ( string Source,
string Destination )
De s cr ip t ion
Moves a file from one location to another on the next system reboot.
Note: On Windows 95/98/ME systems, the destination cannot contain long path or file names, i.e., the destination path must conform to the DOS 8.3 naming convention. Windows NT, 2000, XP, Vista or later do not suffer from this limitation; however, if your installer needs to run on Windows 95, 98 or ME, you will need to use the DOS 8.3 naming convention to ensure that the action will work for all users."
P arame t er s
Source
(string) The full path to the file you want to move.