Skip to content

Latest commit

 

History

History
26 lines (19 loc) · 542 Bytes

File metadata and controls

26 lines (19 loc) · 542 Bytes

File Management System in C COSC439/519 Spring 2023

Grace Wilson, Byron Doyal, Ivan Omorogbe.

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:

  1. Open terminal
  2. Go to project directory - where your project is saved.
  3. Run: "cc main main.c -lscurses" and then run "./main"
  4. have a look through the directories

Contributions: Developer source code to help this project was : sudonim