Skip to content

File System

Pedro Portela edited this page Jan 27, 2019 · 1 revision

Structure

The File System is represented by an individual class (model/FileSystem.java) that holds all essential behaviour.

The directory structure is represented by a tree of Items(nodes) that can either be a folder or an item. The main difference between a file and a folder is that the first contains textual data(it's contents) and the latter holds a list of other Items.

Representation of the file system

Clone this wiki locally