DisableDiskErrors
Description: |
baDisableDiskErrors allows you to suppress the Windows 'drive not ready' error message. |
Platforms: |
Windows |
Usage: |
baDisableDiskErrors( State ) |
Arguments: |
Integer. State determines whether or not the error messages are shown. Can be either true or false. |
Returns: |
Void. |
Examples: |
Director: Authorware: |
Notes: |
This function disables the 'drive not ready' error message that occurs when Windows tries to access a file when there isn't a disk in the drive. This is a system wide setting and you should enable the disk errors again as soon as possible after disabling them. |