5.11.0.0R3
Software Development Kit
 
Loading...
Searching...
No Matches
dirent Struct Reference

Directory entry struct written by readdir(). More...

#include <dirent.h>

Data Fields

char d_name [101]
 
uint32_t d_size
 
uint32_t d_type
 

Detailed Description

Directory entry struct written by readdir().

Field Documentation

◆ d_name

char dirent::d_name[101]

Name of the entry.

◆ d_size

uint32_t dirent::d_size

Size of the entry in bytes.

◆ d_type

uint32_t dirent::d_type

Type of the entry. (DT_REG, DT_DIR, or DT_CHR).


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