|
kodi
|
Public Attributes | |
| uint32_t | deviceId |
| ID of device containing file. | |
| uint64_t | size |
| Total size, in bytes. | |
| time_t | accessTime |
| Time of last access. | |
| time_t | modificationTime |
| Time of last modification. | |
| time_t | statusTime |
| Time of last status change. | |
| bool | isDirectory |
| The stat url is a directory. | |
| bool | isSymLink |
| The stat url is a symbolic link. | |
| bool | isBlock |
| The stat url is block special. | |
| bool | isCharacter |
| The stat url is character special. | |
| bool | isFifo |
| The stat url is FIFO special. | |
| bool | isRegular |
| The stat url is regular. | |
| bool | isSocket |
| The stat url is socket. | |
| uint64_t | fileSerialNumber |
| The file serial number, which distinguishes this file from all other files on the same device. More... | |
| uint64_t STAT_STRUCTURE::fileSerialNumber |
The file serial number, which distinguishes this file from all other files on the same device.
1.8.13