Описание тега qfileinfo

In the QT platform, the QFileInfo class provides system-independent file information.

The QFileInfo class provides system-independent file information.

QFileInfo provides information about a file's name and position (path) in the file system, its access rights and whether it is a directory or symbolic link, etc. The file's size and last modified/read times are also available. QFileInfo can also be used to obtain information about a Qt resource.

http://qt-project.org/doc/qt-5/qfileinfo.html