MoveOnReboot
Description: |
baMoveOnReboot moves a file on system reboot. |
Platforms: |
Windows |
Usage: |
Result = baMoveOnReboot( SourceFile, DestFile ) |
Arguments: |
String, string. |
Returns: |
Integer. |
Examples: |
Director: Authorware: |
Notes: |
This function allows you to move or delete a file that is currently in use by Windows and can't be moved or deleted until Windows restarts. Passing in an empty string as the DestFile will mean that the file will be deleted on reboot. This function will work on folders as well as files. |