$file = '""'; if ( -e $file && -f $file ) { print "Yes\n"; } else { print "No\n"; } [download]
In reply to Re: true from (-e "") on Windoze by scorpio17 in thread true from (-e "") on Windoze by CarolinaPerler