Directory entry detailing information about a file or directory.
More...
#include <db_io.h>
|
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...
|
|
Directory entry detailing information about a file or directory.
Definition at line 18 of file db_io.h.
◆ created
A timestamp representing the time this file or directory was created.
Definition at line 24 of file db_io.h.
◆ isDirectory
True if this is a directory, false otherwise.
Definition at line 33 of file db_io.h.
◆ modified
A timestamp representing the time this file or directory was last modified.
Definition at line 27 of file db_io.h.
◆ name
The name of the file or directory.
Definition at line 21 of file db_io.h.
◆ 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: