Quote
Cool beans. So how is the script supposed to know that the &target binvar exists or does not exist, to prevent it from tripping errors?

The only method is to use $bvar() to check if it exists. The .target property only tells you what was requested by $urlget(), it does not guarantee that the target file or binvar exists. In my scripts, I use $isfile() and $bvar() to check these.