QFileInfoValueType#
Wrapper around the QFileInfo
class. More...
import Script
Properties#
Name | |
---|---|
QDirValueType | absoluteDir |
string | absoluteFilePath |
string | absolutePath |
string | baseName |
string | bundleName |
string | canonicalFilePath |
string | canonicalPath |
string | completeBaseName |
string | completeSuffix |
Date | created |
QDirValueType | dir |
bool | exists |
string | fileName |
string | filePath |
string | group |
int | groupId |
bool | isAbsolute |
bool | isBundle |
bool | isDir |
bool | isExecutable |
bool | isFile |
bool | isHidden |
bool | isReadable |
bool | isRelative |
bool | isRoot |
bool | isSymLink |
bool | isWritable |
Date | lastModified |
Date | lastRead |
string | owner |
int | ownerId |
string | path |
int | size |
string | suffix |
string | symLinkTarget |
Detailed Description#
The QFileInfoValueType
is a wrapper around the QFileInfo
C++ class, check
QFileInfo documentation. It can only be created using
[FileInfo](fileinfo.md].