Prevent error in console when a file does not exist

I have this case in which I need to load a file from my disk using FileReader (String Reactive) and Parse it into an XML. And anytime I do that, the Console opens up and starts screaming at me.

Two questions about this:

  1. How can I prevent this error? I tried with the usual empty String comparison, but that did not seem to work…

  1. I have not seen this drastic error reporting anywhere else in vvvv, mostly I just know purple borders, or an entry in the Log. Is this something that should maybe be refined?

ReadIfFileExists.vl (8.2 KB)

1 Like