ELinks 0.18.0
directory_entry Struct Reference

Data read about an entry in a directory. More...

#include <file.h>

Data Fields

char * attrib
 The various attribute info collected with the stat_* functions.
 
char * name
 The full path of the dir entry.
 

Detailed Description

Data read about an entry in a directory.

The strings pointed to by this structure are in the system charset (i.e. LC_CTYPE) and must be freed with mem_free().

Field Documentation

◆ attrib

char* directory_entry::attrib

The various attribute info collected with the stat_* functions.

◆ name

char* directory_entry::name

The full path of the dir entry.


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