in reply to true from (-e "") on Windoze
$file = '""'; if (-e $file && !-d $file) { print "Yep\n"; } else {print "Nope\n"; } [download]