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]
  2. bool entryIsDir [@property getter]
    struct Entry
    version(Windows)
    @property const pure nothrow
    bool
    entryIsDir
    ()

Meta