|
IBNOS
|
#include <filesystem.h>

Public Attributes | |
| struct object | obj |
| struct directory * | parent |
| char * | name |
| struct linkedList | openedDirectories |
| struct linkedList | files |
| struct linkedList | directories |
Definition at line 43 of file filesystem.h.
| struct linkedList directory::directories |
Definition at line 52 of file filesystem.h.
| struct linkedList directory::files |
Definition at line 51 of file filesystem.h.
| char* directory::name |
Definition at line 47 of file filesystem.h.
| struct object directory::obj |
Definition at line 45 of file filesystem.h.
| struct linkedList directory::openedDirectories |
Definition at line 49 of file filesystem.h.
| struct directory* directory::parent |
Definition at line 46 of file filesystem.h.
1.8.13