Entry.entryIsFile

Returns true if this is a file (but not if it's a reparse point pointing to one).

  1. bool entryIsFile [@property getter]
  2. bool entryIsFile [@property getter]
    struct Entry
    version(Windows)
    @property const pure nothrow
    bool
    entryIsFile
    ()

Meta