DavidWood2001-zz / SOFT152-Assignment

This is a repo that contains all of the files for the SOFT152 assignment, also known as the AirBnB Assignment.
0 stars 0 forks source link

Extend the fileControl library #24

Open DavidWood2001-zz opened 4 years ago

DavidWood2001-zz commented 4 years ago

This library needs the ability to add, delete, edit items in the file. This requires the following:

A read function A write function

The read function has been tackled but writing has not