getPathExtension#
Fully qualified name: carb::extras::getPathExtension
Defined in carb/extras/Path.h
- inline Path carb::extras::getPathExtension(
- carb::cpp::string_view path,
Helper function to get a Path object representing the extension 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).getExtension()