Hello everybody,
I share a surprise about an error message…
In PowerShell, you can type this code:
"$p : {0}" -f $foi.Exists;
and that displays the contents of the $p characters string, followed by True or False, depending on whether the FolderInfo given in $foi exists or not.
Curiously enough, the colon is doubled, but well, that is to give some fancy.
Nice. But if I type that in PowerShell ISE, it tells me that the " terminator is missing in the chain.
I wonder what it would have told me, supposing I had put none.