Hello,

When a try to read with "textfile" a text file name that doesn't exist (e.g. wer.txt), it (of course) returns to errors messages at Pd main window:

error: wert.txt: can't open
error: wert.txt: read failed

My question is: can I handle these "errors messages" as an output message (bang, etc.) in my patch (for instance, to read a default text file)?

Thank you in advance!