Entry.isDir

Returns true if this is a directory, or a link pointing to one.

  1. bool isDir [@property getter]
    struct Entry
    version(Posix)
    @property
    bool
    isDir
    ()
  2. bool isDir [@property getter]

Meta