|
Basic Solution File System - BSFS
|
Implements the mkdir command for the BSFS filesystem. More...
Functions | |
| int | mkdir (FILE *disk, superblock_t *sb, char **args) |
| Create a new directory. | |
Implements the mkdir command for the BSFS filesystem.
Provides functionality to create directories within the BSFS filesystem.
| int mkdir | ( | FILE * | disk, |
| superblock_t * | sb, | ||
| char ** | args ) |
Create a new directory.
Usage: mkdir <directory>
| disk | Open filesystem image. |
| sb | Loaded superblock. |
| args | Directory name in args[1]. |