-
Notifications
You must be signed in to change notification settings - Fork 0
File System
Pedro Portela edited this page Jan 27, 2019
·
1 revision
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.
