14info1.absoluteFilePath();
20info2.absoluteFilePath();
30QFileInfo info1(
"C:\\Users\\Bob\\untabify.lnk");
32info1.absoluteFilePath();
38info2.absoluteFilePath();
103 qWarning(
"I can change the file; my group can read the file");
105 qWarning(
"The group or others can change the file");
\inmodule QtCore \reentrant
bool isSymLink() const
Returns true if this object points to a symbolic link, shortcut, or alias; otherwise returns false.
QString baseName() const
Returns the base name of the file without the path.
QString completeSuffix() const
Returns the complete suffix (extension) of the file.
QString symLinkTarget() const
QString suffix() const
Returns the suffix (extension) of the file.
QString fileName() const
Returns the name of the file, excluding the path.
QString bundleName() const
void setFile(const QString &file)
Sets the file that the QFileInfo provides information about to file.
QString absoluteFilePath() const
Returns an absolute path including the file name.
QString completeBaseName() const
Returns the complete base name of the file without the path.
QString absolutePath() const
Returns a file's path absolute path.
bool permission(QFile::Permissions permissions) const
Tests for file permissions.
\macro QT_RESTRICTED_CAST_FROM_ASCII
GLsizei const GLchar *const * path
QFileInfo info(fileName)
[8]
QFileInfo fi("c:/temp/foo")
[newstuff]