Path.endsWithSlash

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

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

Meta