Help for this page

Select Code to Download


  1. or download this
    if ($filepath =~ /([^\/\\]+)$/) {
        $file = $1;
    } else {
        $file = $filepath;
    }
    
  2. or download this
    $filepath = 'c:\windows\foo\bar\quux\baz.txt';