|
UDS_STRING |
- |
Indicates that the field is a QString |
|
UDS_NUMBER |
- |
Indicates that the field is a number ( long long ) |
|
UDS_TIME |
- |
Indicates that the field represents a time , which is modelled by a long long |
|
UDS_SIZE |
- |
Size of the file |
|
UDS_SIZE_LARGE |
- |
b style="color : #ff0000;">Internal |
|
UDS_USER |
- |
User ID of the file owner |
|
UDS_ICON_NAME |
- |
It overrides all other detection mechanisms
Name of the icon , that should be used for displaying . |
|
UDS_GROUP |
- |
Group ID of the file owner |
|
UDS_NAME |
- |
"." has the usual special meaning of "current directory"
Filename - as displayed in directory listings etc . |
|
UDS_LOCAL_PATH |
- |
on the local filesystem ( but in another hierarchy , e . g . media : / )
A local file path if the ioslave display files sitting |
|
UDS_HIDDEN |
- |
This field overrides the default behavior ( the check for a leading dot in the filename ) .
Treat the file as a hidden file ( if set to 1 ) or as a normal file ( if set to 0 ) . |
|
UDS_ACCESS |
- |
Access permissions ( part of the mode returned by stat ) |
|
UDS_MODIFICATION_TIME |
- |
The last time the file was modified |
|
UDS_ACCESS_TIME |
- |
The last time the file was opened |
|
UDS_CREATION_TIME |
- |
The time the file was created |
|
UDS_FILE_TYPE |
- |
check UDS_LINK_DEST to know if this is a link
( for a link , this returns the file type of the pointed item )
File type , part of the mode returned by stat |
|
UDS_LINK_DEST |
- |
Allows to check for a symlink ( don ' t use S_ISLNK ! )
Name of the file where the link points to |
|
UDS_URL |
- |
An alternative URL ( If different from the caption ) |
|
UDS_MIME_TYPE |
- |
A mime type ; the slave should set it if it ' s known . |
|
UDS_GUESSED_MIME_TYPE |
- |
This is for special cases like symlinks in FTP ; you probably don ' t want to use this one .
But when 'running' the file , the mimetype is re - determined
A mime type to be used for displaying only . |
|
UDS_XML_PROPERTIES |
- |
XML properties , e . g . for WebDAV |
|
UDS_EXTENDED_ACL |
- |
Indicates that the entry has extended ACL entries |
|
UDS_ACL_STRING |
- |
The access control list serialized into a single string . |
|
UDS_DEFAULT_ACL_STRING |
- |
Only available for directories .
The default access control list serialized into a single string . |
|
UDS_EXTRA |
- |
until UDS_EXTRA_END .
KDE 4.0 change : you cannot repeat this entry anymore , use UDS_EXTRA + i
Extra data ( used only if you specified Columns / ColumnsTypes ) |
|
UDS_EXTRA_END |
- |
until UDS_EXTRA_END .
KDE 4.0 change : you cannot repeat this entry anymore , use UDS_EXTRA + i
Extra data ( used only if you specified Columns / ColumnsTypes ) |