java.lang.Object
io.qt.internal.QtJambiObject
io.qt.QtObject
io.qt.core.QFileInfo
- All Implemented Interfaces:
QtObjectInterface
,Cloneable
public class QFileInfo extends QtObject implements Cloneable
System-independent file information
Java wrapper for Qt class QFileInfo
-
Nested Class Summary
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Method Details
-
absoluteDir
-
absoluteFilePath
-
absolutePath
-
baseName
-
birthTime
-
bundleName
-
caching
-
canonicalFilePath
-
canonicalPath
-
completeBaseName
-
completeSuffix
-
created
Deprecated.Use either birthTime() or metadataChangeTime() -
dir
-
exists
-
fileName
-
filePath
-
fileTime
-
group
-
groupId
-
isAbsolute
-
isBundle
-
isDir
-
isExecutable
-
isFile
-
isHidden
-
isJunction
-
isNativePath
-
isReadable
-
isRelative
-
isRoot
-
isShortcut
-
isSymLink
-
isSymbolicLink
-
isWritable
-
lastModified
-
lastRead
-
makeAbsolute
-
metadataChangeTime
-
owner
-
ownerId
-
path
-
permission
Overloaded function for
permission(io.qt.core.QFileDevice.Permissions)
. -
permission
-
permissions
-
refresh
-
setCaching
-
setFile
-
setFile
-
setFile
-
size
-
suffix
-
swap
-
symLinkTarget
-
exists
-
equals
Description copied from class:QtObject
Used to check if this object shares native resources with the other object if the other object is a subtype of QtJambiInterface. Otherwise it will return the result of calling the super class implementation. -
hashCode
-
toString
-
clone
-