Function GenericPath.endsWithSlash
Determines whether the path ends with a path separator (i.e. represents a folder specifically).
bool endsWithSlash() const nothrow @nogc @property;
void endsWithSlash
(
bool v
) nothrow @property;