GenericPath.endsWithSlash

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

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

Meta