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

Public Attributes

time_t date_time
 file creation date & time More...
 
bool folder
 Item is a folder. More...
 
char * label
 item label More...
 
unsigned int num_props
 Number of properties attached to item. More...
 
char * path
 item path More...
 
struct VFSPropertyproperties
 Properties. More...
 
uint64_t size
 Size of file represented by item. More...
 
char * title
 item title More...
 

Member Data Documentation

◆ label

char* label

item label

◆ title

char* title

item title

◆ path

char* path

item path

◆ num_props

unsigned int num_props

Number of properties attached to item.

◆ properties

struct VFSProperty* properties

Properties.

◆ date_time

time_t date_time

file creation date & time

◆ folder

bool folder

Item is a folder.

◆ size

uint64_t size

Size of file represented by item.


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