Function GenericPath.Segment.name
The (file/directory) name of the path segment.
auto name() const nothrow @nogc @property;
Note
Depending on the path type, this may return a generic range
type instead of string
. Use name
in that
case if you need an actual string
.