GenericPath.endsWithSlash

Determines whether the path ends with a path separator (i.e. represents a folder specifically).

  1. bool endsWithSlash [@property getter]
  2. bool endsWithSlash [@property setter]
    struct GenericPath(F)
    @safe @property nothrow
    void
    endsWithSlash
    (
    bool v
    )

Meta