Obsolete Members for QFileInfo

The following members of class QFileInfo are obsolete. They are provided to keep old source code working. We strongly advise against using them in new code.

Public Functions

(obsolete) QDateTime created() const
(obsolete) QString readLink() const

Member Function Documentation

QDateTime QFileInfo::created() const

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Returns the date and time when the file was created, the time its metadata was last changed or the time of last modification, whichever one of the three is available (in that order).

This function is deprecated. Instead, use the birthTime() function to get the time the file was created, metadataChangeTime() to get the time its metadata was last changed, or lastModified() to get the time it was last modified.

If the file is a symlink, the time of the target file is returned (not the symlink).

See also birthTime(), metadataChangeTime(), lastModified(), and lastRead().

This function is obsolete. It is provided to keep old source code working. We strongly advise against using it in new code.

Use symLinkTarget() instead.

© 2019 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.