Path.endsWithSlash

Determines if the path ends with a slash (i.e. is a directory)

  1. bool endsWithSlash [@property getter]
  2. bool endsWithSlash [@property setter]
    struct Path
    @safe pure @property
    void
    endsWithSlash
    (
    bool v
    )

Meta