KallistiOS git master
Independent SDK for the Sega Dreamcast
Loading...
Searching...
No Matches
dirent_t Struct Reference

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.
 

Detailed Description

Directory entry.

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

Field Documentation

◆ attr

uint32 dirent_t::attr

Attributes of the file.

◆ name

char dirent_t::name[NAME_MAX]

Name of the file.

◆ size

int dirent_t::size

Size of the file in bytes.

◆ time

time_t dirent_t::time

Last access/mod/change time (depends on VFS)


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