Directory Implementations
MS/DOS
- The root directory place is known and its size is constant.
- Every other directory is managed as a file.
- Each entry in the directory has the following fields.
- File name + extension.
- Attributes
- date + time
- size
- first block number - from here we can use the FAT to access random blocks in the file.
- Each directory entry is of 32 bytes.