Error Messages/44164
Example Error Message
- Function WriteImageFile is about to overwrite the file "C:\Temp\MyPict.png", which already exists. Press Ignore Warnings to continue and overwrite the file.
Description
This warning appears when you've specified these optional parameters:
WriteImageFile( filename, image, warn:true, showDialog:false )
and the file already exists, and warnings are being shown.
The warning gives you an opportunity to avoid overwriting a file by mistake. To avoid the warning, omit the warn:true
from the call.
See Also
Comments
Enable comment auto-refresher