Entry.attributes

Returns the raw POSIX attributes of this directory entry, or the link target if this directory entry is a symlink.

  1. uint attributes [@property getter]
    struct Entry
    version(Posix)
    @property
    uint
    attributes
    ()
  2. uint attributes [@property getter]

Meta