path_dirname

Get directory portion of a path

Parameters

Returns

The directory portion of the path.

Examples

path_dirname("/home/user/data.csv")  # => "/home/user"