KallistiOS  2.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups
Data Fields
kos_dirent Struct Reference

Directory entry. More...

#include <kos/fs.h>

Data Fields

int size
 Size of the file in bytes.
char name [MAX_FN_LEN]
 Name of the file.
time_t time
 Last access/mod/change time (depends on VFS)
uint32 attr
 Attributes of the file.

Detailed Description

Directory entry.

All VFS handlers must conform to this interface in their directory entries.


Field Documentation

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)


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