Kodi Development  20.0
for Binary and Script based Add-Ons
STAT_STRUCTURE

Public Attributes

time_t accessTime
 Time of last access. More...
 
uint32_t deviceId
 ID of device containing file. More...
 
uint64_t fileSerialNumber
 
bool isBlock
 The stat url is block special. More...
 
bool isCharacter
 The stat url is character special. More...
 
bool isDirectory
 The stat url is a directory. More...
 
bool isFifo
 The stat url is FIFO special. More...
 
bool isRegular
 The stat url is regular. More...
 
bool isSocket
 The stat url is socket. More...
 
bool isSymLink
 The stat url is a symbolic link. More...
 
time_t modificationTime
 Time of last modification. More...
 
uint64_t size
 Total size, in bytes. More...
 
time_t statusTime
 Time of last status change. More...
 

Member Data Documentation

◆ deviceId

uint32_t deviceId

ID of device containing file.

◆ size

uint64_t size

Total size, in bytes.

◆ accessTime

time_t accessTime

Time of last access.

◆ modificationTime

time_t modificationTime

Time of last modification.

◆ statusTime

time_t statusTime

Time of last status change.

◆ isDirectory

bool isDirectory

The stat url is a directory.

◆ isSymLink

bool isSymLink

The stat url is a symbolic link.

◆ isBlock

bool isBlock

The stat url is block special.

◆ isCharacter

bool isCharacter

The stat url is character special.

◆ isFifo

bool isFifo

The stat url is FIFO special.

◆ isRegular

bool isRegular

The stat url is regular.

◆ isSocket

bool isSocket

The stat url is socket.

◆ fileSerialNumber

uint64_t fileSerialNumber

The file serial number, which distinguishes this file from all other files on the same device.


The documentation for this struct was generated from the following file: