http://bugs.winehq.org/show_bug.cgi?id=36958
Bug ID: 36958 Summary: Wine emulates file creation time instead of fetching it from the underlying filesystem Product: Wine Version: 1.7.22 Hardware: x86 OS: Linux Status: UNCONFIRMED Severity: enhancement Priority: P5 Component: ntdll Assignee: wine-bugs@winehq.org Reporter: t.artem@mailcity.com
Created attachment 49071 --> http://bugs.winehq.org/attachment.cgi?id=49071 Far2 showing file modification/creation/lass access times.
In Linux at least ext4 supports file creation time field (crtime), but Wine doesn't use it. Instead it uses mtime.
Please, implement crtime for filesystems which impelement this field.