FreeNOS
Data Fields
Dirent Struct Reference

Describes an entry inside a Directory. More...

#include <Directory.h>

Data Fields

char name [DIRENT_LEN]
 Name of the file. More...
 
FileSystem::FileType type
 Type of file. More...
 

Detailed Description

Describes an entry inside a Directory.

Definition at line 39 of file Directory.h.

Field Documentation

◆ name

char Dirent::name[DIRENT_LEN]

Name of the file.

Definition at line 42 of file Directory.h.

Referenced by Directory::insert(), and LinnDirectory::read().

◆ type

FileSystem::FileType Dirent::type

Type of file.

Definition at line 45 of file Directory.h.

Referenced by Directory::insert(), and LinnDirectory::read().


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