Return the last portion of a path. Similar to the Unix basename command. Often used to extract the file name from a fully qualified path.
function
path.default.basename
@param path
the path to evaluate.
@param suffix
optionally, an extension to remove from the result.