returns true, also because the variable has content, two double quotes.
I think I'm going to have to just check to see if my $file variable contains a pair of double quotes and only a pair of double quotes. 'Seem like a hack, though. 'Seems like the '-e' test operator would return false on this case.
That's what makes me wonder if Windoze actually uses the empty double quotes as some kind of file system object/entity. That would make the '-e' test
the empty-double-quote-thing was real and existed..... Don't know that much about the various file system types and how Perl on Windows handles them.