dirent Struct Reference

A structure that describes a directory stream. More...

Data Fields

char d_name [260+1]
 The filename.
 
int d_mode
 The mode.
 
unsigned char d_type
 The type.
 

Detailed Description

A structure that describes a directory stream.

Field Documentation

char dirent::d_name[260+1]

The filename.

Referenced by opendir(), and readdir().