Entry.entryIsDir

Returns true if this is a directory. You probably want to use this one to decide whether to recurse.

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

Meta