Entry.timeCreated

Returns the "birth" time of this directory entry, or the link target if this directory entry is a symlink.

  1. SysTime timeCreated [@property getter]
    struct Entry
    version(Posix)
    @property
    static if(is(typeof(&statTimeToStdTime!"birth")))
    SysTime
    timeCreated
    ()
  2. SysTime timeCreated [@property getter]

Meta