Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
Loading...
Searching...
No Matches
STAT_STRUCTURE Struct Reference

#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
 

Member Data Documentation

◆ accessTime

time_t STAT_STRUCTURE::accessTime

Time of last access.

◆ deviceId

uint32_t STAT_STRUCTURE::deviceId

ID of device containing file.

◆ fileSerialNumber

uint64_t STAT_STRUCTURE::fileSerialNumber

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

◆ isBlock

bool STAT_STRUCTURE::isBlock

The stat url is block special.

◆ isCharacter

bool STAT_STRUCTURE::isCharacter

The stat url is character special.

◆ isDirectory

bool STAT_STRUCTURE::isDirectory

The stat url is a directory.

◆ isFifo

bool STAT_STRUCTURE::isFifo

The stat url is FIFO special.

◆ isRegular

bool STAT_STRUCTURE::isRegular

The stat url is regular.

◆ isSocket

bool STAT_STRUCTURE::isSocket

The stat url is socket.

◆ isSymLink

bool STAT_STRUCTURE::isSymLink

The stat url is a symbolic link.

◆ modificationTime

time_t STAT_STRUCTURE::modificationTime

Time of last modification.

◆ size

uint64_t STAT_STRUCTURE::size

Total size, in bytes.

◆ statusTime

time_t STAT_STRUCTURE::statusTime

Time of last status change.


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