Details
-
Bug
-
Resolution: Out of scope
-
P3: Somewhat important
-
4.3.3
-
None
Description
QFileInfo::created() method states:
=======================================================================
"On most Unix systems, this function returns the time of the last status
change. A status change occurs when the file is created, but it also
occurs whenever the user writes or sets inode information (for example,
changing the file permissions).
If neither creation time nor "last status change" time are not
available, returns the same as lastModified()."
=======================================================================
This is contrary to what is displayed with Mac Finder GetInfo. Files without a create date display "--". Files with inode changes appear to still display the original create date. This discrepancy causes user confusion.