Skip to content

EdBarrancos/File-Management-System

Repository files navigation

SO Project 2020-21

Authors

Rita Duarte

Eduardo Barrancos

Exercise 1 Docs

Folder .

main file

The main file. Handles the input arguments and processes it turning into commands. Handle commands. Call Functions in other files.

tecnicofs-api-constants file

Given as part of the base code.

A lot of constants, still not sure what they all do.

Folder er

error files

Handle error code and related functions.

Folder fs

operations files

Given as part of the base code.

The bridge between the functions state files and the more abstract code in the main. Handling calls to create files or folders, destroy them, search for them, and initialize the file tree.

state files

Given as part of the base code.

Low level of abstraction code. Defines the structures behind files and nodes and handles those functionalities.

Folder fh

fileHandling files

More abstract functions to open and close files.

Folder thr

threds files

Thread code. Handling threads and pools of it, the locks and the synch strategy. As well as the functionalities that come with it.

Exercise 2

We are ready for you

About

File Management System (Operative Systems)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published