Jargusb/COMP-340-FinalProject
Folders and files
| Name | Name | Last commit date | ||
|---|---|---|---|---|
Repository files navigation
The final project had us simulate a very simple command line system where we could create, write, read and delete files as if it were an actual OS file system. Working together on this was fairly simple, we worked together on all the code as we thought that splitting it was going to be too confusing and it was allm going to be in one file anyways. We were able to create the 'Create', 'Read', 'Write', 'ls', 'format'and 'exit' functions fairly easily because of this.