FreeNOS
|
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... | |
Describes an entry inside a Directory.
Definition at line 39 of file Directory.h.
char Dirent::name[DIRENT_LEN] |
Name of the file.
Definition at line 42 of file Directory.h.
Referenced by Directory::insert(), and LinnDirectory::read().
FileSystem::FileType Dirent::type |
Type of file.
Definition at line 45 of file Directory.h.
Referenced by Directory::insert(), and LinnDirectory::read().