Kodi Documentation 22.0
Kodi is an open source media player and entertainment hub.
|
#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 VFSProperty * | properties |
Properties. | |
time_t | date_time |
file creation date & time | |
bool | folder |
Item is a folder. | |
uint64_t | size |
Size of file represented by item. | |
time_t VFSDirEntry::date_time |
file creation date & time
bool VFSDirEntry::folder |
Item is a folder.
char* VFSDirEntry::label |
item label
unsigned int VFSDirEntry::num_props |
Number of properties attached to item.
char* VFSDirEntry::path |
item path
struct VFSProperty* VFSDirEntry::properties |
Properties.
uint64_t VFSDirEntry::size |
Size of file represented by item.
char* VFSDirEntry::title |
item title