Help for this page

Select Code to Download


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