builtins.object Object QFileInfo
class QFileInfo(Object):
QFileInfo(self) -> None QFileInfo(self, dir: Union[PySide6.QtCore.QDir, str], file: Union[str, bytes, os.PathLike]) -> None QFileInfo(self, file: Union[str, bytes, os.PathLike]) -> None QFileInfo(self, file: PySide6.QtCore.QFileDevice) -> None QFileInfo(self, fileinfo: PySide6.QtCore.QFileInfo) -> None
Signature du constructeur | Description |
---|---|
__new__(*args, **kwargs) | Create and return a new object. See help(type) for accurate signature. [extrait de __new__.__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__() -> None | __copy__() -> None [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) -> PySide6.QtCore.QDir | absoluteDir(self) -> PySide6.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) -> PySide6.QtCore.QDateTime | birthTime(self) -> PySide6.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__] |
dir(self) -> PySide6.QtCore.QDir | dir(self) -> PySide6.QtCore.QDir [extrait de dir.__doc__] |
exists | exists(file: str) -> 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__] |
isJunction(self) -> bool | isJunction(self) -> bool [extrait de isJunction.__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__] |
junctionTarget(self) -> str | junctionTarget(self) -> str [extrait de junctionTarget.__doc__] |
lastModified(self) -> PySide6.QtCore.QDateTime | lastModified(self) -> PySide6.QtCore.QDateTime [extrait de lastModified.__doc__] |
lastRead(self) -> PySide6.QtCore.QDateTime | lastRead(self) -> PySide6.QtCore.QDateTime [extrait de lastRead.__doc__] |
makeAbsolute(self) -> bool | makeAbsolute(self) -> bool [extrait de makeAbsolute.__doc__] |
metadataChangeTime(self) -> PySide6.QtCore.QDateTime | metadataChangeTime(self) -> PySide6.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__] |
refresh(self) -> None | refresh(self) -> None [extrait de refresh.__doc__] |
setCaching(self, on: bool) -> None | setCaching(self, on: bool) -> None [extrait de setCaching.__doc__] |
setFile | setFile(self, dir: Union[PySide6.QtCore.QDir, str], file: str) -> None [extrait de setFile.__doc__] |
size(self) -> int | size(self) -> int [extrait de size.__doc__] |
stat(self) -> None | stat(self) -> None [extrait de stat.__doc__] |
suffix(self) -> str | suffix(self) -> str [extrait de suffix.__doc__] |
swap(self, other: PySide6.QtCore.QFileInfo) -> None | swap(self, other: PySide6.QtCore.QFileInfo) -> None [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 :