Pop the rightmost element off this path, stripping off a trailing '/' as appropriate:
Note that this returns a path suitable for splitting into path and name components (there's no trailing separator).
See Implementation
Pop the rightmost element off this path, stripping off a trailing '/' as appropriate:
Note that this returns a path suitable for splitting into path and name components (there's no trailing separator).