/FileSystemSimulation

The virtual file system is a simulation of a MS-DOS like environment with common features like file/directory creating, listing etc., It contains a programmer-level library of functions (API) like my_create, my_delete, my_open, my_close, my_read, my_write, etc that simulates file system operations. The APIs work on this simulated file system. It allocates a large file on the actual file system, and treats it as a virtual disk for the file system simulation. The file supports a hierarchical organization of data.

Primary LanguageC++MIT LicenseMIT

No issues in this repository yet.