Entry.isFile

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

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

Meta