Kodi Development 22.0
for Binary and Script based Add-Ons
 
Loading...
Searching...
No Matches
VFSDirEntry

Public Attributes

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

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: