tac0S
Template Affectional Command Operating System
|
Routines to manage a directory of file names. More...
Routines to manage a directory of file names.
The constructor initializes an empty directory of a certain size; we use ReadFrom/WriteBack to fetch the contents of the directory from disk, and to write back any modifications back to disk.
Also, this implementation has the restriction that the size of the directory cannot expand. In other words, once all the entries in the directory are used, no more files can be created. Fixing this is one of the parts to the assignment.
Copyright (c) 1992-1993 The Regents of the University of California. All rights reserved. See copyright.h for copyright notice and limitation of liability and disclaimer of warranty provisions.