carb::extras::getPathStem

Defined in carb/extras/Path.h

inline Path carb::extras::getPathStem(std::string path)

Helper function to get a Path object representing the stem part of the provided string representation of a path.

See also

Path::getStem()

Parameters

path – a std::string representation of a path

Returns

Path(path).getStem()