GenericPath.parentPath

Returns a prefix of this path, where the last segment has been dropped.

struct GenericPath(F)
@safe @property const @nogc
parentPath
()

Throws

An Exception is thrown if this path has no parent path. Use hasParentPath to test this upfront.

Meta