Home | All Classes | Main Classes | Annotated | Grouped Classes | Functions

Compatibility Members for QFileInfo

The following class members are part of the Qt 3 compatibility layer. They are provided to help you port old code to Qt 4. We strongly advise against using them in new code.

QFileInfo class reference

Public Types

Public Functions


Member Function Documentation

QString QFileInfo::absFilePath () const

Use absoluteFilePath() instead.

QString QFileInfo::baseName ( bool complete )

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Use completeBaseName() or the baseName() overload that takes no parameters instead.

bool QFileInfo::convertToAbs ()

Use makeAbsolute() instead.

QDir QFileInfo::dir ( bool absPath ) const

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.

Use absoluteDir() or the dir() overload that takes no parameters instead.

QString QFileInfo::dirPath ( bool absPath = false ) const

Returns the path (which may be relative). If absPath is true, returns the absolute path, i.e., from the root.

QString QFileInfo::extension ( bool complete = true ) const

Use completeSuffix() or suffix() instead.

bool QFileInfo::permission ( PermissionSpec permissions ) const

This is an overloaded member function, provided for convenience. It behaves essentially like the above function.


Copyright © 2004 Trolltech Trademarks
Qt 4.0.0-b1