Help for this page
ex("c:\\fil\x{e9}.txt"); ex("c:\\fil" . pack("U", 0xe9 ) . ".txt"); ... print ((-e $f) ? " exists" : " doesn't exist"); print "\n"; }
c:\filé.txt exists c:\filé.txt doesn't exist