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

#include <filesystem.h>

Public Attributes

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

Member Data Documentation

◆ date_time

time_t VFSDirEntry::date_time

file creation date & time

◆ folder

bool VFSDirEntry::folder

Item is a folder.

◆ label

char* VFSDirEntry::label

item label

◆ num_props

unsigned int VFSDirEntry::num_props

Number of properties attached to item.

◆ path

char* VFSDirEntry::path

item path

◆ properties

struct VFSProperty* VFSDirEntry::properties

Properties.

◆ size

uint64_t VFSDirEntry::size

Size of file represented by item.

◆ title

char* VFSDirEntry::title

item title


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