![]() |
Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#include <filesystem.h>
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 |
time_t STAT_STRUCTURE::accessTime |
Time of last access.
uint32_t STAT_STRUCTURE::deviceId |
ID of device containing file.
uint64_t STAT_STRUCTURE::fileSerialNumber |
The file serial number, which distinguishes this file from all other files on the same device.
bool STAT_STRUCTURE::isBlock |
The stat url is block special.
bool STAT_STRUCTURE::isCharacter |
The stat url is character special.
bool STAT_STRUCTURE::isDirectory |
The stat url is a directory.
bool STAT_STRUCTURE::isFifo |
The stat url is FIFO special.
bool STAT_STRUCTURE::isRegular |
The stat url is regular.
bool STAT_STRUCTURE::isSocket |
The stat url is socket.
bool STAT_STRUCTURE::isSymLink |
The stat url is a symbolic link.
time_t STAT_STRUCTURE::modificationTime |
Time of last modification.
uint64_t STAT_STRUCTURE::size |
Total size, in bytes.
time_t STAT_STRUCTURE::statusTime |
Time of last status change.