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