-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
good first issueGood for newcomersGood for newcomers
Description
In nall::inode::timestamp() (a method to return some particular timestamp of some particular file), there's the following comment:
Lines 90 to 92 in 0bbb7d7
| //Linux simply doesn't support file creation time at all | |
| //this is also our fallback case for unsupported operating systems | |
| case time::create: return data.st_mtime; |
It turns out Linux does support file-creation time, but only in the structure returned by the non-standard statx() call, not in a non-standard field returned by the stat() call.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomers