kfileitem: Linux, use statx to refresh files
The statx logic is shared with kioworkers/file to minimize code duplication.
Fix the issue:
In dolphin, use details view, show creation time column.
In a terminal (can use embedded F4 terminal) in the current folder, touch test
, a file is created, its creation date is filled.
touch test
again, the creation date of the file is emptied.
This patch fix this.
This is the proper to achieve what I tried in !754 (closed)
cc @felixernst
Edited by Méven Car