QFileInfo

Undocumented in source but is binding to C++. You might be able to learn more by searching the web for its name.

Constructors

this
this(QFileInfoPrivate* d)
Undocumented in source.
this
this()
Undocumented in source.
this
this(const(QString) file)
Undocumented in source.
this
this(const(QDir) dir, const(QString) file)
Undocumented in source.
this
this(const(QFileInfo) fileinfo)
Undocumented in source.

Destructor

~this
~this()
Undocumented in source.

Postblit

this(this)
this(this)
Undocumented in source.

Members

Functions

absoluteDir
QDir absoluteDir()
Undocumented in source.
absoluteFilePath
QString absoluteFilePath()
Undocumented in source.
absolutePath
QString absolutePath()
Undocumented in source.
baseName
QString baseName()
Undocumented in source.
birthTime
QDateTime birthTime()
Undocumented in source.
bundleName
QString bundleName()
Undocumented in source.
caching
bool caching()
Undocumented in source.
canonicalFilePath
QString canonicalFilePath()
Undocumented in source.
canonicalPath
QString canonicalPath()
Undocumented in source.
completeBaseName
QString completeBaseName()
Undocumented in source.
completeSuffix
QString completeSuffix()
Undocumented in source.
created
QDateTime created()
Undocumented in source.
dir
QDir dir()
Undocumented in source.
exists
bool exists()
Undocumented in source.
fileName
QString fileName()
Undocumented in source.
filePath
QString filePath()
Undocumented in source.
fileTime
QDateTime fileTime(QFile.FileTime time)
Undocumented in source.
group
QString group()
Undocumented in source.
groupId
uint groupId()
Undocumented in source.
isAbsolute
bool isAbsolute()
Undocumented in source. Be warned that the author may not have intended to support it.
isBundle
bool isBundle()
Undocumented in source.
isDir
bool isDir()
Undocumented in source.
isExecutable
bool isExecutable()
Undocumented in source.
isFile
bool isFile()
Undocumented in source.
isHidden
bool isHidden()
Undocumented in source.
isJunction
bool isJunction()
Undocumented in source.
isNativePath
bool isNativePath()
Undocumented in source.
isReadable
bool isReadable()
Undocumented in source.
isRelative
bool isRelative()
Undocumented in source.
isRoot
bool isRoot()
Undocumented in source.
isShortcut
bool isShortcut()
Undocumented in source.
isSymLink
bool isSymLink()
Undocumented in source.
isSymbolicLink
bool isSymbolicLink()
Undocumented in source.
isWritable
bool isWritable()
Undocumented in source.
lastModified
QDateTime lastModified()
Undocumented in source.
lastRead
QDateTime lastRead()
Undocumented in source.
makeAbsolute
bool makeAbsolute()
Undocumented in source.
metadataChangeTime
QDateTime metadataChangeTime()
Undocumented in source.
owner
QString owner()
Undocumented in source.
ownerId
uint ownerId()
Undocumented in source.
path
QString path()
Undocumented in source.
permission
bool permission(QFile.Permissions permissions)
Undocumented in source.
permissions
QFile.Permissions permissions()
Undocumented in source.
rawConstructor
typeof(this) rawConstructor()
Undocumented in source.
readLink
QString readLink()
Undocumented in source.
refresh
void refresh()
Undocumented in source.
setCaching
void setCaching(bool on)
Undocumented in source.
setFile
void setFile(const(QString) file)
Undocumented in source.
setFile
void setFile(const(QDir) dir, const(QString) file)
Undocumented in source.
size
qint64 size()
Undocumented in source.
suffix
QString suffix()
Undocumented in source.
symLinkTarget
QString symLinkTarget()
Undocumented in source.

Static functions

create
typeof(this) create()
Undocumented in source. Be warned that the author may not have intended to support it.
exists
bool exists(const(QString) file)
Undocumented in source.

Variables

d_ptr
QSharedDataPointer!(QFileInfoPrivate) d_ptr;
Undocumented in source.

Meta