For example, how do I get Output.map
Output.map
from
F:\\Program Files\\SSH Communications Security\\SSH Secure Shell\\Output.map
basename() has a bug when processing Asian characters like Chinese.
I use this:
function get_basename($filename) { return preg_replace('/^.+[\\\\\\/]/', '', $filename); }