Extracts the file portion of the specified path
"/path/file" - the path to operate on.
The file portion of the specified path.
$path = "c:/Documents and Settings/Raphael.Mudge/Desktop/garbage.txt"; println("file name: " . getFileName($path));
file name: garbage.txt