Skip to content

Commit

Permalink
Fix documentation about birthtime
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 12, 2019
1 parent 0bb29dd commit 6712a9a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -576,8 +576,9 @@ The [`blksize`](https://nodejs.org/api/fs.html#fs_stats_blksize) and
[`fs.stat()`](https://nodejs.org/api/fs.html#fs_fs_stat_path_options_callback)
are `undefined` on Windows. On the other hand the
[`birthtime`](https://nodejs.org/api/fs.html#fs_stats_birthtime) and
[`birthtimeMs`](https://nodejs.org/api/fs.html#fs_stats_birthtimems) values are
`undefined` on Unix.
[`birthtimeMs`](https://nodejs.org/api/fs.html#fs_stats_birthtimems) do not
properly work on Linux as they always reflect the
[`ctime`](https://nodejs.org/api/fs.html#fs_stat_time_values) field instead.

The [`O_NOATIME`](https://nodejs.org/api/fs.html#fs_file_open_constants) flag
of
Expand Down

0 comments on commit 6712a9a

Please sign in to comment.