Problem
• Make a class FileList and add a method to create a file that creates a file on the given path.
• Add a method delete file that deletes a file on the given path.
• Add a method writeFile that writes a list of friends in a file on the given path.