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.
method
path.default.PlatformPath.basename
@param path
the path to evaluate.
@param suffix
optionally, an extension to remove from the result.