On Thu, 9 Mar 2023 18:11:12 -0500 Justin Alcorn via Remind-fans <[email protected]> wrote:
> Is there a way to run an INCLUDE but only if the file exists?
Yes. It's a bit hacky.
IF access("/home/jalcorn/location", "r")
INCLUDE /home/jalcorn/location
ENDIF
Regards,
Dianne.
_______________________________________________
Remind-fans mailing list
[email protected]
https://dianne.skoll.ca/mailman/listinfo/remind-fans
Remind is at https://dianne.skoll.ca/projects/remind/
