szwacz / fs-jetpack

Better file system API for Node.js
MIT License
777 stars 41 forks source link

Support creation time #109

Closed adamperrry closed 2 years ago

adamperrry commented 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.

szwacz commented 2 years ago

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.

szwacz commented 2 years ago

Added. Version 5.0.0 supports birthTime property.