tac0S
Template Affectional Command Operating System
|
The following class defines a "directory entry", representing a file in the directory. Each entry gives the name of the file, and where the file's header is to be found on disk. More...
#include <directory.h>
Public Attributes | |
bool | inUse |
int | sector |
char | name [FileNameMaxLen+1] |
The following class defines a "directory entry", representing a file in the directory. Each entry gives the name of the file, and where the file's header is to be found on disk.
Internal data structures kept public so that Directory operations can access them directly.