KallistiOS git master
Independent SDK for the Sega Dreamcast
|
Directory entry. More...
#include <kos/fs.h>
Data Fields | |
int | size |
Size of the file in bytes. | |
char | name [NAME_MAX] |
Name of the file. | |
time_t | time |
Last access/mod/change time (depends on VFS) | |
uint32 | attr |
Attributes of the file. | |
Directory entry.
All VFS handlers must conform to this interface in their directory entries.
uint32 dirent_t::attr |
Attributes of the file.
char dirent_t::name[NAME_MAX] |
Name of the file.
int dirent_t::size |
Size of the file in bytes.
time_t dirent_t::time |
Last access/mod/change time (depends on VFS)