pattrstorage read xml file report

bkshepard's icon

Is there a way to get [pattrstorage] to report when it has finished reading an xml file?

Jean-Francois Charles's icon

Put a [print] at the output of a pattrstorage. See what happens when a file is read correctly? If doesn't read correctly, it's a 0 instead of a 1. you can use [route read] to use the result in your patch.
Jean-François.

bkshepard's icon

Wonderful! Thanks!