Dreambox C/C++ SDK v1.0.0
C/C++ SDK for creating Dreambox games
Loading...
Searching...
No Matches
IODIRENT Struct Reference

Directory entry detailing information about a file or directory. More...

#include <db_io.h>

Data Fields

char name [128]
 The name of the file or directory. More...
 
uint64_t created
 A timestamp representing the time this file or directory was created. More...
 
uint64_t modified
 A timestamp representing the time this file or directory was last modified. More...
 
uint32_t size
 The size of this file in bytes (0 if this is a directory) More...
 
uint32_t isDirectory
 True if this is a directory, false otherwise. More...
 

Detailed Description

Directory entry detailing information about a file or directory.

Definition at line 18 of file db_io.h.

Field Documentation

◆ created

uint64_t created

A timestamp representing the time this file or directory was created.

Definition at line 24 of file db_io.h.

◆ isDirectory

uint32_t isDirectory

True if this is a directory, false otherwise.

Definition at line 33 of file db_io.h.

◆ modified

uint64_t modified

A timestamp representing the time this file or directory was last modified.

Definition at line 27 of file db_io.h.

◆ name

char name[128]

The name of the file or directory.

Definition at line 21 of file db_io.h.

◆ size

uint32_t size

The size of this file in bytes (0 if this is a directory)

Definition at line 30 of file db_io.h.


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