A virtual file system written in C++,
Compile by running g++ *.cc -o vfs
Using Vfs
- Run the program by vfs --interactive
- To create a file system -> create
- To open an existing vfs -> open
- To create dirextories -> mkdir
- To list contents of the directory -> list
- To add a file from the system to the vfs -> add