builtins.object Object QFileInfo
class QFileInfo(Object):
QFileInfo(self) QFileInfo(self, dir: PySide2.QtCore.QDir, file: str) QFileInfo(self, file: PySide2.QtCore.QFile) QFileInfo(self, file: str) QFileInfo(self, fileinfo: PySide2.QtCore.QFileInfo)
| Signature du constructeur | Description |
|---|---|
| __new__(*args, **kwargs) | Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__doc__] |
| __init__(self, /, *args, **kwargs) | Initialize self. See help(type(self)) for accurate signature. [extrait de __init__.__doc__] |
| Signature de l'opérateur | Description |
|---|---|
| __eq__(self, value) | Return self==value. [extrait de __eq__.__doc__] |
| __ge__(self, value) | Return self>=value. [extrait de __ge__.__doc__] |
| __gt__(self, value) | Return self>value. [extrait de __gt__.__doc__] |
| __le__(self, value) | Return self<=value. [extrait de __le__.__doc__] |
| __lt__(self, value) | Return self<value. [extrait de __lt__.__doc__] |
| __ne__(self, value) | Return self!=value. [extrait de __ne__.__doc__] |
| Signature de la méthode | Description |
|---|---|
| __copy__(self) | __copy__(self) [extrait de __copy__.__doc__] |
| __getattribute__(self, name) | Return getattr(self, name). [extrait de __getattribute__.__doc__] |
| __reduce__(self) -> object | __reduce__(self) -> object [extrait de __reduce__.__doc__] |
| __repr__(self) | Return repr(self). [extrait de __repr__.__doc__] |
| absoluteDir(self) -> PySide2.QtCore.QDir | absoluteDir(self) -> PySide2.QtCore.QDir [extrait de absoluteDir.__doc__] |
| absoluteFilePath(self) -> str | absoluteFilePath(self) -> str [extrait de absoluteFilePath.__doc__] |
| absolutePath(self) -> str | absolutePath(self) -> str [extrait de absolutePath.__doc__] |
| baseName(self) -> str | baseName(self) -> str [extrait de baseName.__doc__] |
| birthTime(self) -> PySide2.QtCore.QDateTime | birthTime(self) -> PySide2.QtCore.QDateTime [extrait de birthTime.__doc__] |
| bundleName(self) -> str | bundleName(self) -> str [extrait de bundleName.__doc__] |
| caching(self) -> bool | caching(self) -> bool [extrait de caching.__doc__] |
| canonicalFilePath(self) -> str | canonicalFilePath(self) -> str [extrait de canonicalFilePath.__doc__] |
| canonicalPath(self) -> str | canonicalPath(self) -> str [extrait de canonicalPath.__doc__] |
| completeBaseName(self) -> str | completeBaseName(self) -> str [extrait de completeBaseName.__doc__] |
| completeSuffix(self) -> str | completeSuffix(self) -> str [extrait de completeSuffix.__doc__] |
| created(self) -> PySide2.QtCore.QDateTime | created(self) -> PySide2.QtCore.QDateTime [extrait de created.__doc__] |
| dir(self) -> PySide2.QtCore.QDir | dir(self) -> PySide2.QtCore.QDir [extrait de dir.__doc__] |
| exists | exists() -> bool [extrait de exists.__doc__] |
| fileName(self) -> str | fileName(self) -> str [extrait de fileName.__doc__] |
| filePath(self) -> str | filePath(self) -> str [extrait de filePath.__doc__] |
| group(self) -> str | group(self) -> str [extrait de group.__doc__] |
| groupId(self) -> int | groupId(self) -> int [extrait de groupId.__doc__] |
| isAbsolute(self) -> bool | isAbsolute(self) -> bool [extrait de isAbsolute.__doc__] |
| isBundle(self) -> bool | isBundle(self) -> bool [extrait de isBundle.__doc__] |
| isDir(self) -> bool | isDir(self) -> bool [extrait de isDir.__doc__] |
| isExecutable(self) -> bool | isExecutable(self) -> bool [extrait de isExecutable.__doc__] |
| isFile(self) -> bool | isFile(self) -> bool [extrait de isFile.__doc__] |
| isHidden(self) -> bool | isHidden(self) -> bool [extrait de isHidden.__doc__] |
| isNativePath(self) -> bool | isNativePath(self) -> bool [extrait de isNativePath.__doc__] |
| isReadable(self) -> bool | isReadable(self) -> bool [extrait de isReadable.__doc__] |
| isRelative(self) -> bool | isRelative(self) -> bool [extrait de isRelative.__doc__] |
| isRoot(self) -> bool | isRoot(self) -> bool [extrait de isRoot.__doc__] |
| isShortcut(self) -> bool | isShortcut(self) -> bool [extrait de isShortcut.__doc__] |
| isSymbolicLink(self) -> bool | isSymbolicLink(self) -> bool [extrait de isSymbolicLink.__doc__] |
| isSymLink(self) -> bool | isSymLink(self) -> bool [extrait de isSymLink.__doc__] |
| isWritable(self) -> bool | isWritable(self) -> bool [extrait de isWritable.__doc__] |
| lastModified(self) -> PySide2.QtCore.QDateTime | lastModified(self) -> PySide2.QtCore.QDateTime [extrait de lastModified.__doc__] |
| lastRead(self) -> PySide2.QtCore.QDateTime | lastRead(self) -> PySide2.QtCore.QDateTime [extrait de lastRead.__doc__] |
| makeAbsolute(self) -> bool | makeAbsolute(self) -> bool [extrait de makeAbsolute.__doc__] |
| metadataChangeTime(self) -> PySide2.QtCore.QDateTime | metadataChangeTime(self) -> PySide2.QtCore.QDateTime [extrait de metadataChangeTime.__doc__] |
| owner(self) -> str | owner(self) -> str [extrait de owner.__doc__] |
| ownerId(self) -> int | ownerId(self) -> int [extrait de ownerId.__doc__] |
| path(self) -> str | path(self) -> str [extrait de path.__doc__] |
| readLink(self) -> str | readLink(self) -> str [extrait de readLink.__doc__] |
| refresh(self) | refresh(self) [extrait de refresh.__doc__] |
| setCaching(self, on: bool) | setCaching(self, on: bool) [extrait de setCaching.__doc__] |
| setFile | setFile(self, dir: PySide2.QtCore.QDir, file: str) [extrait de setFile.__doc__] |
| size(self) -> int | size(self) -> int [extrait de size.__doc__] |
| suffix(self) -> str | suffix(self) -> str [extrait de suffix.__doc__] |
| swap(self, other: PySide2.QtCore.QFileInfo) | swap(self, other: PySide2.QtCore.QFileInfo) [extrait de swap.__doc__] |
| symLinkTarget(self) -> str | symLinkTarget(self) -> str [extrait de symLinkTarget.__doc__] |
Améliorations / Corrections
Vous avez des améliorations (ou des corrections) à proposer pour ce document : je vous remerçie par avance de m'en faire part, cela m'aide à améliorer le site.
Emplacement :
Description des améliorations :