dirent Struct Reference
[XgFS]

#include <dirent.h>


Detailed Description

Directory entry structure.

This structure is returned by readdir(). It is not optimal for Nut/OS, but compatible to *nix systems.


Data Fields

u_long d_fileno
 File number, unused.
char d_name [MAXNAMLEN+1]
 Name of this entry.
u_char d_namlen
 Length of string in d_name.
u_short d_reclen
 Record length, unused.
u_char d_type
 File type, 0=regular, 1=directory.


Generated on Tue Jan 23 21:12:31 2007 for BTnut System Software by doxygen 1.4.7