03-28-2023, 04:02 AM
(03-28-2023, 03:50 AM)dbox Wrote: The metacommands are typically pre-compiler directives that are evaluated as a first pass over the source code. Similar to $Include, the IDE validates the $ExeIcon metacommand interactively to ensure a valid file is specified.
I think if you want to conditionally set the icon after checking for its existence you would want to use the _ICON method instead.
And if it does not exist?