Closed adamperrry closed 2 years ago
Right now, only mtime, ctime, and atime are returned when { times: true }is set. It would be awesome to be able to include creation time in that as well.
mtime
ctime
atime
{ times: true }
So you mean the birthtime property? I don't know why it's not supported, because there is no reason not to be :) Will look into it in free time.
birthtime
Added. Version 5.0.0 supports birthTime property.
birthTime
Right now, only
mtime
,ctime
, andatime
are returned when{ times: true }
is set. It would be awesome to be able to include creation time in that as well.