File Management System in C COSC439/519 Spring 2023
Dependencies needed for this program: -fcntl -ncurses download this from this website: https://invisible-island.net/ncurses/announce.html
Required: Linux
How to run the program:
- Open terminal
- Go to project directory - where your project is saved.
- Run: "cc main main.c -lscurses" and then run "./main"
- have a look through the directories
Contributions: Developer source code to help this project was : sudonim