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