Entry.size

Returns the size in bytes of this directory entry, or the link target if this directory entry is a symlink.

  1. ulong size [@property getter]
    struct Entry
    version(Posix)
    @property
    ulong
    size
    ()
  2. ulong size [@property getter]

Meta