getPathParent#
Fully qualified name: carb::extras::getPathParent
Defined in carb/extras/Path.h
-
inline Path carb::extras::getPathParent(carb::cpp::string_view path)#
Helper function to get a Path object representing parent directory for the provided string representation of a path.
See also
- Parameters:
path – a
carb::cpp::string_view
representation of a path- Returns:
Path(path).getParent()