Error Messages/44164
< Error Messages
Revision as of 21:14, 31 May 2017 by Lchrisman (talk | contribs) (Created page with "== Example Error Message == :Function WriteImageFile is about to overwrite the file "C:\Temp\MyPict.png", which already exists. Press Ignore Warnings to continue and ove...")
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