Get filename component of a path
String
The final component of the path.
path_basename("/home/user/data.csv") # => "data.csv"