Entry.entryIsFile

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

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

Meta